RFR: 8306083: Text.hitTest is incorrect when Text node is present in TextFlow [v4]
Andy Goryachev
angorya at openjdk.org
Fri Jun 30 17:24:59 UTC 2023
On Fri, 30 Jun 2023 15:56:45 GMT, Karthik P K <kpk at openjdk.org> wrote:
> Looks like there is issue in MouseEvent or PickResult.
Do you mean MouseVent.getX()? I cannot reproduce that (in the Monkey Tester).
I've added a mouse handler to the control (Text or TextFlow, depending on the page) and ev.getX() always returns correct result.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1157#issuecomment-1614952491
More information about the openjfx-dev
mailing list