JDK-7132367 : [macosx] ChoiceMouseWheelTest should be adapted for mac toolkit
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86
  • Submitted: 2012-01-23
  • Updated: 2015-03-04
  • Resolved: 2012-03-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u4 b13Fixed 8Fixed
Related Reports
Relates :  
Description
Mac OS X 10.7.2
Test java/awt/Choice/ChoiceMouseWheelTest/ChoiceMouseWheelTest.java does skip XToolkit but perhaps it should skip LWCToolkit as well.

Comments
SUGGESTED FIX http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/7fecd78a4efb
13-02-2012

EVALUATION Mouse wheeling over combobox (not its dropdown list) doesn't work on Mac, so the test for this should be skipped for LWCToolkit as well as for XToolkit. Mouse wheeling over dropdown list of combobox should work on Mac and it works on JDK6 but not on JDK7. So, that would be a regression for JDK7 on Mac.
27-01-2012