RFR: 8218745: TableView: visual glitch at borders on horizontal scrolling [v2]
Marius Hanl
mhanl at openjdk.org
Tue Jun 4 12:36:35 UTC 2024
On Fri, 31 May 2024 17:47:22 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
> you are right: I see the focus rectangle jitter at 175% scale on win 11 (w/o the fix), so it must be a different issue. At this scale, it merely shows a thinner line, perhaps that's why I did not notice it earlier.
Yeah exactly, it looks like when the focus rect is on the border of the window, it will sometimes disappear (probably jitter 'out' of the window).
When there is some padding inbetween, the focus rect looks like it is jittering instead. Probably the same root cause.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1462#issuecomment-2147422638
More information about the openjfx-dev
mailing list