-
Enhancement
-
Resolution: Fixed
-
P4
-
7, 8, 9
-
None
-
b72
-
x86
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135978 | emb-9 | Sergey Bylokhov | P4 | Resolved | Fixed | team |
On Windows, for all of the Cursor.getPredefinedCursor(int) values, the system's corresponding cursor is used. However, when specifying the HAND predefined cursor, some Java built-in hand cursor is used.
Obviously this is for historical reason when no such cursor existed on Windows.
This causes problems when we have a user specify a much larger cursor set in Windows due to vision limitations, yet all of the cursors EXCEPT for the HAND utilize their specified cursor set.
Obviously this is for historical reason when no such cursor existed on Windows.
This causes problems when we have a user specify a much larger cursor set in Windows due to vision limitations, yet all of the cursors EXCEPT for the HAND utilize their specified cursor set.
- backported by
-
JDK-8135978 Hand cursor does not use Windows' system cursor
-
- Resolved
-