RFR: 8282702: Button is pressed one more time on Raspberry Pi with Touchscreen

2022-03-05 Thread Alexander Scherbatiy
Tapping on a button and next tapping on another place on the screen leads that the button is pressed twice on a Raspberry Pi with Touchscreen. For example, run the [JFXButtonExample](https://bugs.openjdk.java.net/secure/attachment/98181/JFXButtonExample.java) app and first tap on the button in

Integrated: 8255940: localStorage is null after window.close()

2022-03-05 Thread Jay Bhaskar
On Mon, 27 Dec 2021 09:31:08 GMT, Jay Bhaskar wrote: > Issue: The current implementation of DOMWindow ::localStorage(..) returns > null pointer in case of page is being closed. > Fix: It should not return nullptr , as per the [w3c web storage > spec](https://www.w3.org/TR/2016/REC-webstorage-2

Re: RFR: 8282702: Button is pressed one more time on Raspberry Pi with Touchscreen

2022-03-05 Thread Kevin Rushforth
On Sat, 5 Mar 2022 13:58:54 GMT, Alexander Scherbatiy wrote: > Tapping on a button and next tapping on another place on the screen leads > that the button is pressed twice on a Raspberry Pi with Touchscreen. > > For example, run the > [JFXButtonExample](https://bugs.openjdk.java.net/secure/at

Re: RFR: 8282100: Missed top/left bouncing for ScrollPane on Raspberry Pi with Touchscreen

2022-03-05 Thread Kevin Rushforth
On Fri, 18 Feb 2022 15:21:49 GMT, Alexander Scherbatiy wrote: > There is the bouncing when scrolling a node on a ScrollPane to the > right/bottom (the node on the scroll pane is scrolled further than its > width/height so the background is visible and then automatically is scrolled > back to

RFR: 8282703: Axis is not cached in the LinuxTouchTransform class

2022-03-05 Thread Alexander Scherbatiy
An axis is not cached in the LinuxTouchTransform class. To reproduce the issue I added `System.out.printf("initTransform: axis: %d, index: %d%n", axis, index);` log to the LinuxTouchTransform.initTransform() method: https://github.com/openjdk/jfx/blob/5112be957be70dd6521e6fb6ee64e669c148729c/mod

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

2022-03-05 Thread Ambarish Rapte
On Fri, 4 Mar 2022 02:50:24 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 clipboar

Re: RFR: 8280840: Update libFFI to 3.4.2 [v2]

2022-03-05 Thread Kevin Rushforth
On Thu, 24 Feb 2022 03:07:57 GMT, Alexander Matveev wrote: >> LibFFI updated to 3.4.2. No additional changes to our code, libffi code or >> build system were required. Tested on all platforms. > > Alexander Matveev has updated the pull request incrementally with one > additional commit since t