JDK-7145796 : [macosx] Regression in b11: autoscroll after drop
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: os_x
  • CPU: x86
  • Submitted: 2012-02-15
  • Updated: 2013-05-23
  • Resolved: 2013-05-23
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
7u6Resolved 8Resolved
Related Reports
Duplicate :  
Description
Mac OS X 10.7.3 macmini4,1 and iMac
Run the regression test closed/java/awt/dnd/AutoscrollStopTest/AutoscrollStopTest -- class there does implement Autoscroll and verifies that no autoscroll happens after drop. Now it does. Everything is OK with b227. (Dragging goes over empty text area, hi kizune).

Comments
This is already fixed in JDK7u40. This issue is a forward port of the bug, closed as a duplicate, so this issue duplicates JDK-8000422. Closing it.
23-05-2013

EVALUATION This really looks like a problem with asyncronous event handling. I will investigate it but as far as i see it does not cause any problem outside that synthetic test so i'm lowering the priority to P3 and will try to address this issue in 7u6 timeframe.
28-02-2012