-
Bug
-
Resolution: Duplicate
-
P4
-
7
-
x86
-
os_x
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.
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.
- duplicates
-
JDK-2221142 [macosx] ChoiceMouseWheelTest should be adapted for mac toolkit
- Resolved
- relates to
-
JDK-7132367 [macosx] ChoiceMouseWheelTest should be adapted for mac toolkit
- Closed