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
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
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
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
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
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
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