Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Cannot Reproduce
-
Affects Version/s: 9
-
Fix Version/s: 10
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
Description
The following methods in javax.swing.text.Caret interface use integer coordinates:
void setMagicCaretPosition(Point p)
Point getMagicCaretPosition()
On HiDPI display text width can have floating point value so there should be a way to set the caret to floating point position.
void setMagicCaretPosition(Point p)
Point getMagicCaretPosition()
On HiDPI display text width can have floating point value so there should be a way to set the caret to floating point position.
Attachments
Issue Links
- relates to
-
JDK-8163175 PlainView.modelToView() method should return Rectangle2D
-
- Resolved
-
-
JDK-8156217 Selected text is shifted on HiDPI display
-
- Resolved
-