Re: RFR: 8342233: Regression: TextInputControl selection is backwards in RTL mode

2025-01-03 Thread Lukasz Kostyra
On Fri, 25 Oct 2024 22:00:37 GMT, Andy Goryachev wrote: > A fix for [JDK-8319844](https://bugs.openjdk.org/browse/JDK-8319844) > Text/TextFlow.hitTest() introduced a regression in the > `TextArea`/`TextField`/`PasswordField` in the RTL mode. > > The fix is to flip the x coordinates when needed

Re: RFR: 8342233: Regression: TextInputControl selection is backwards in RTL mode

2024-12-02 Thread Andy Goryachev
On Wed, 27 Nov 2024 14:15:53 GMT, Lukasz Kostyra wrote: >> A fix for [JDK-8319844](https://bugs.openjdk.org/browse/JDK-8319844) >> Text/TextFlow.hitTest() introduced a regression in the >> `TextArea`/`TextField`/`PasswordField` in the RTL mode. >> >> The fix is to flip the x coordinates when n

Re: RFR: 8342233: Regression: TextInputControl selection is backwards in RTL mode

2024-11-27 Thread Lukasz Kostyra
On Fri, 25 Oct 2024 22:00:37 GMT, Andy Goryachev wrote: > A fix for [JDK-8319844](https://bugs.openjdk.org/browse/JDK-8319844) > Text/TextFlow.hitTest() introduced a regression in the > `TextArea`/`TextField`/`PasswordField` in the RTL mode. > > The fix is to flip the x coordinates when needed

Re: RFR: 8342233: Regression: TextInputControl selection is backwards in RTL mode

2024-11-26 Thread Alexander Zuev
On Fri, 25 Oct 2024 22:00:37 GMT, Andy Goryachev wrote: > A fix for [JDK-8319844](https://bugs.openjdk.org/browse/JDK-8319844) > Text/TextFlow.hitTest() introduced a regression in the > `TextArea`/`TextField`/`PasswordField` in the RTL mode. > > The fix is to flip the x coordinates when needed

Re: RFR: 8342233: Regression: TextInputControl selection is backwards in RTL mode

2024-11-26 Thread Kevin Rushforth
On Fri, 25 Oct 2024 22:00:37 GMT, Andy Goryachev wrote: > A fix for [JDK-8319844](https://bugs.openjdk.org/browse/JDK-8319844) > Text/TextFlow.hitTest() introduced a regression in the > `TextArea`/`TextField`/`PasswordField` in the RTL mode. > > The fix is to flip the x coordinates when needed

Re: RFR: 8342233: Regression: TextInputControl selection is backwards in RTL mode

2024-11-22 Thread Alexander Zuev
On Fri, 25 Oct 2024 22:00:37 GMT, Andy Goryachev wrote: > A fix for [JDK-8319844](https://bugs.openjdk.org/browse/JDK-8319844) > Text/TextFlow.hitTest() introduced a regression in the > `TextArea`/`TextField`/`PasswordField` in the RTL mode. > > The fix is to flip the x coordinates when needed