<Swing Dev> [9] Review request for 8142966 Wrong cursor position in text components on HiDPI display

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Thu May 5 09:55:05 UTC 2016


On 05.05.16 8:42, Alexandr Scherbatiy wrote:
> Could you review the fix:
>   bug: https://bugs.openjdk.java.net/browse/JDK-8142966
>   webrev: http://cr.openjdk.java.net/~alexsch/8142966/webrev.02

>   This is the initial fix where graphics configuration transform is
> included into the Swing font rendering context.

Note that the component GConfig is not necessary the config which is 
used in drawing, and can be different from the GConfig of Graphics 
passed to the paint() method.

>   It means that Swing should be able to draw a cursor at or select a
> text from a fractional position.
>   These issues will be considered in separated fixes.

I think it will be good to fix it at the same time.

-- 
Best regards, Sergey.



More information about the swing-dev mailing list