JDK-7155986 : [macosx] ChoiceMouseWheelTest should be further adapted for mac toolkit
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: x86
  • Submitted: 2012-03-22
  • Updated: 2015-03-04
  • Resolved: 2013-10-31
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 8
8Resolved
Related Reports
Duplicate :  
Relates :  
Description
Mac OS X 10.7.3, macmini4,1 or other hardware

The test should not only skip wheeling over closed checkbox (fixed in 7132367) but should wheel over open dropdown on Mac in opposite direction comparing to the other systems.

(Like,
robot.mouseWheel((mac? -1 : 1)*choice.getItemCount()); // wheel to the last item)

then, finally!! it will pass.