[jfx17u] RFR: 8326989: Text selection issues on WebView after WebKit 617.1

2024-03-08 Thread Johan Vos
Hi all, This pull request contains a backport of commit 64af9875 from the openjdk/jfx repository. The commit being backported was authored by Hima Bindu Meda on 7 Mar 2024 and was reviewed by Kevin Rushforth and Jose Pereda. Thanks! - Commit messages: - Backport 64af987576214fc5

[jfx22u] RFR: 8326989: Text selection issues on WebView after WebKit 617.1

2024-03-07 Thread Hima Bindu Meda
Clean Backport - Commit messages: - Backport 64af987576214fc5483520ce8131895be74a641d Changes: https://git.openjdk.org/jfx22u/pull/18/files Webrev: https://webrevs.openjdk.org/?repo=jfx22u&pr=18&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8326989 Stats: 5 lines in 1 fil

Re: RFR: 8326989 : Text selection issues on WebView after WebKit 617.1

2024-03-06 Thread Jose Pereda
On Wed, 6 Mar 2024 14:51:40 GMT, Hima Bindu Meda wrote: > Text Selection issue is observed due to a pending layout call. This issue is > resolved by a call to the method "updateSelectionAppearanceNow". > Verified Sanity testing and unit test verification looks fine. No issue seen. > > Note: Un

Re: RFR: 8326989 : Text selection issues on WebView after WebKit 617.1

2024-03-06 Thread Kevin Rushforth
On Wed, 6 Mar 2024 14:51:40 GMT, Hima Bindu Meda wrote: > Text Selection issue is observed due to a pending layout call. This issue is > resolved by a call to the method "updateSelectionAppearanceNow". > Verified Sanity testing and unit test verification looks fine. No issue seen. > > Note: Un

Re: RFR: 8326989 : Text selection issues on WebView after WebKit 617.1

2024-03-06 Thread Kevin Rushforth
On Wed, 6 Mar 2024 14:51:40 GMT, Hima Bindu Meda wrote: > Text Selection issue is observed due to a pending layout call. This issue is > resolved by a call to the method "updateSelectionAppearanceNow". > Verified Sanity testing and unit test verification looks fine. No issue seen. > > Note: Un

RFR: 8326989 : Text selection issues on WebView after WebKit 617.1

2024-03-06 Thread Hima Bindu Meda
Text Selection issue is observed due to a pending layout call. This issue is resolved by a call to the method "updateSelectionAppearanceNow". Verified Sanity testing and unit test verification looks fine. No issue seen. Note: Unit test in order to validate the fix, is in progress. Due to the ro