Re: RFR: 8269115: WebView paste event contains old data [v4]

2022-02-24 Thread Jay Bhaskar
On Fri, 25 Feb 2022 07:11:49 GMT, Jay Bhaskar wrote: >> Issue: The DataObject uses m_availMimeTypes as Vector of strings, and >> appending mime types in pasteboard operation like setPlainText, Hence it >> will append duplicate mime types in m_availMimeTypes , in this case the >> length

Re: RFR: 8269115: WebView paste event contains old data [v5]

2022-02-24 Thread Jay Bhaskar
> Issue: The DataObject uses m_availMimeTypes as Vector of strings, and > appending mime types in pasteboard operation like setPlainText, Hence it will > append duplicate mime types in m_availMimeTypes , in this case the length > clipboardData.types would be wrong, and duplicates data would be

Re: RFR: 8269115: WebView paste event contains old data [v4]

2022-02-24 Thread Jay Bhaskar
> Issue: The DataObject uses m_availMimeTypes as Vector of strings, and > appending mime types in pasteboard operation like setPlainText, Hence it will > append duplicate mime types in m_availMimeTypes , in this case the length > clipboardData.types would be wrong, and duplicates data would be

Re: RFR: 8269115: WebView paste event contains old data [v3]

2022-02-24 Thread Jay Bhaskar
> Issue: The DataObject uses m_availMimeTypes as Vector of strings, and > appending mime types in pasteboard operation like setPlainText, Hence it will > append duplicate mime types in m_availMimeTypes , in this case the length > clipboardData.types would be wrong, and duplicates data would be

Re: RFR: 8278759 : PointerEvent: buttons property set to 0 when mouse down

2022-02-24 Thread Kevin Rushforth
On Thu, 24 Feb 2022 23:59:29 GMT, Kevin Rushforth wrote: >> Basically, buttons property is a mask which represents the button/buttons >> clicked on the mouse. >> It is observed that event.buttons property is set to 0 when there is >> mouse press or drag event.This behaviour is observed

Re: RFR: 8278759 : PointerEvent: buttons property set to 0 when mouse down

2022-02-24 Thread Kevin Rushforth
On Thu, 24 Feb 2022 18:46:21 GMT, Hima Bindu Meda wrote: > Basically, buttons property is a mask which represents the button/buttons > clicked on the mouse. > It is observed that event.buttons property is set to 0 when there is > mouse press or drag event.This behaviour is observed only

Re: RFR: 8278759 : PointerEvent: buttons property set to 0 when mouse down

2022-02-24 Thread Kevin Rushforth
On Thu, 24 Feb 2022 18:46:21 GMT, Hima Bindu Meda wrote: > Basically, buttons property is a mask which represents the button/buttons > clicked on the mouse. > It is observed that event.buttons property is set to 0 when there is > mouse press or drag event.This behaviour is observed only

[jfx17u] Integrated: 8282099: Cherry-pick WebKit 613.1 stabilization fixes (2)

2022-02-24 Thread Kevin Rushforth
On Thu, 24 Feb 2022 21:46:20 GMT, Kevin Rushforth wrote: > Clean backport to `jfx17u`. I tested the backports of > [JDK-8281711](https://bugs.openjdk.java.net/browse/JDK-8281711), > [JDK-8282099](https://bugs.openjdk.java.net/browse/JDK-8282099), and >

[jfx17u] RFR: 8282099: Cherry-pick WebKit 613.1 stabilization fixes (2)

2022-02-24 Thread Kevin Rushforth
Clean backport to `jfx17u`. I tested the backports of [JDK-8281711](https://bugs.openjdk.java.net/browse/JDK-8281711), [JDK-8282099](https://bugs.openjdk.java.net/browse/JDK-8282099), and [JDK-8281089](https://bugs.openjdk.java.net/browse/JDK-8281089) together in the `test-kcr-17.0.3` branch.

[jfx17u] Integrated: 8281711: Cherry-pick WebKit 613.1 stabilization fixes

2022-02-24 Thread Kevin Rushforth
On Thu, 24 Feb 2022 19:31:18 GMT, Kevin Rushforth wrote: > Clean backport to `jfx17u`. I tested the backports of > [JDK-8281711](https://bugs.openjdk.java.net/browse/JDK-8281711), > [JDK-8282099](https://bugs.openjdk.java.net/browse/JDK-8282099), and >

[jfx11u] Integrated: 8223377: JavaFX can crash due to loading the wrong native libraries if system libraries are installed

2022-02-24 Thread Kevin Rushforth
On Thu, 24 Feb 2022 19:13:36 GMT, Kevin Rushforth wrote: > Clean backport to `jfx11u`. This will enable > [JDK-8281089](https://bugs.openjdk.java.net/browse/JDK-8281089) to then be > backported cleanly, once that fix is integrated into `jfx` mainline. This pull request has now been

[jfx11u] Integrated: 8242505: Some WebKit tests might fail because Microsoft libraries are not loaded

2022-02-24 Thread Kevin Rushforth
On Thu, 24 Feb 2022 19:12:09 GMT, Kevin Rushforth wrote: > Clean backport of this test-only fix to `jfx11u`. This pull request has now been integrated. Changeset: 9d0b5f8d Author:Kevin Rushforth URL:

[jfx17u] RFR: 8281711: Cherry-pick WebKit 613.1 stabilization fixes

2022-02-24 Thread Kevin Rushforth
Clean backport to `jfx17u`. I tested the backports of [JDK-8281711](https://bugs.openjdk.java.net/browse/JDK-8281711), [JDK-8282099](https://bugs.openjdk.java.net/browse/JDK-8282099), and [JDK-8281089](https://bugs.openjdk.java.net/browse/JDK-8281089) together in the `test-kcr-17.0.3` branch.

RFR: 8278759 : PointerEvent: buttons property set to 0 when mouse down

2022-02-24 Thread Hima Bindu Meda
Basically, buttons property is a mask which represents the button/buttons clicked on the mouse. It is observed that event.buttons property is set to 0 when there is mouse press or drag event.This behaviour is observed only with javafx webView.Other browsers set the buttons property to 1,

[jfx11u] RFR: 8223377: JavaFX can crash due to loading the wrong native libraries if system libraries are installed

2022-02-24 Thread Kevin Rushforth
Clean backport to `jfx11u`. This will enable [JDK-8281089](https://bugs.openjdk.java.net/browse/JDK-8281089) to then be backported cleanly, once that fix is integrated into `jfx` mainline. - Commit messages: - 8223377: JavaFX can crash due to loading the wrong native libraries if

[jfx11u] RFR: 8242505: Some WebKit tests might fail because Microsoft libraries are not loaded

2022-02-24 Thread Kevin Rushforth
Clean backport of this test-only fix to `jfx11u`. - Commit messages: - 8242505: Some WebKit tests might fail because Microsoft libraries are not loaded Changes: https://git.openjdk.java.net/jfx11u/pull/73/files Webrev: https://webrevs.openjdk.java.net/?repo=jfx11u=73=00 Issue:

Re: RFR: 8269115: WebView paste event contains old data [v2]

2022-02-24 Thread Jay Bhaskar
On Thu, 24 Feb 2022 16:05:41 GMT, Jay Bhaskar wrote: >> Issue: The DataObject uses m_availMimeTypes as Vector of strings, and >> appending mime types in pasteboard operation like setPlainText, Hence it >> will append duplicate mime types in m_availMimeTypes , in this case the >> length

Re: RFR: 8269115: WebView paste event contains old data [v2]

2022-02-24 Thread Jay Bhaskar
> Issue: The DataObject uses m_availMimeTypes as Vector of strings, and > appending mime types in pasteboard operation like setPlainText, Hence it will > append duplicate mime types in m_availMimeTypes , in this case the length > clipboardData.types would be wrong, and duplicates data would be

Re: RFR: 8269115: WebView paste event contains old data

2022-02-24 Thread Jay Bhaskar
On Thu, 24 Feb 2022 12:42:49 GMT, Ambarish Rapte wrote: >> Issue: The DataObject uses m_availMimeTypes as Vector of strings, and >> appending mime types in pasteboard operation like setPlainText, Hence it >> will append duplicate mime types in m_availMimeTypes , in this case the >> length

Re: RFR: 8269115: WebView paste event contains old data

2022-02-24 Thread Ambarish Rapte
On Tue, 8 Feb 2022 11:13:20 GMT, Jay Bhaskar wrote: > Issue: The DataObject uses m_availMimeTypes as Vector of strings, and > appending mime types in pasteboard operation like setPlainText, Hence it will > append duplicate mime types in m_availMimeTypes , in this case the length >