JDK-8035568 : [macosx] Cursor management unification
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8,9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2014-02-21
  • Updated: 2018-02-08
  • Resolved: 2015-05-08
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 JDK 9 Other
8u112Fixed 9 b68Fixed openjdk7uFixed
Related Reports
Duplicate :  
Relates :  
Description
Currently we have two similar approaches related to the current mouse position in CRobot via coregraphics and in CCursorManager.nativeGetCursorPosition via Cocoa. One of them should be removed/replaced.