JDK-7124234 : [macosx] Cannot wheel scroll an Image
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7,8
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: generic
  • Submitted: 2011-12-23
  • Updated: 2012-12-14
  • Resolved: 2012-02-13
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
7u4Resolved
Related Reports
Duplicate :  
Duplicate :  
Description
http://java.net/jira/browse/MACOSX_PORT-736 submitted 2011/11/21 by Yuri Nesterenko
Run the attached test (the same as in <a href=&quot;/jira/browse/MACOSX_PORT-598&quot; title=&quot;Canvas with paint() overridden inside of a ScrollPane = disaster&quot;><del>MACOSX_PORT-598</del></a>), resize it until you see both scrollbars. Now you can easily scroll clicking on scrollbars. However mouse wheel doesn't work.

Comments
mac10.7.4-x64 8b67(64bit) the case: AWT_MouseInfoTest/Manual/ScrollingBehaviourTest/ScrollingBehaviourTest.html The scrollbar can't scroll.
14-12-2012

mac10.7.4-x64 8b67(64bit) the case: AWT_MouseInfoTest/Manual/ScrollPaneMouseWheelTest/ScrollPaneMouseWheelTest.html the issue: 1.Scroll mouse wheel up & down on the List component, the srollbar can't be scrolled and can't see massage 'ScrollPanel2' in the Tester. 2.Scroll mouse wheel up & down on the ScrollPanel, can't scroll up & down the ScrollPanel, but see the massage 'Scroll Event'. 3.Scroll mouse wheel up & down on the ScrollPanel,the scrollpanel can't be scrolled.after click on the button labeled 'Click to Disable',the scrollpanel can be scrolled.
14-12-2012

EVALUATION Author: Yuri Nesterenko Date: 21/Nov/11 12:45 PM Build: b218 AWT_MouseInfoTest/Manual/DefaultHWMouseWheelTest/DefaultHWMouseWheelTest.html AWT_MouseInfoTest/Manual/ScrollingBehaviourTest/ScrollingBehaviourTest.html AWT_MouseInfoTest/Manual/ScrollPaneMouseWheelTest/ScrollPaneMouseWheelTest.html
23-12-2011