RFR: 8262023: Scrolled button is pressed using Monocle on Raspberry Pi with Touchscreen
Kevin Rushforth
kcr at openjdk.java.net
Tue Apr 27 12:04:36 UTC 2021
On Fri, 19 Feb 2021 17:50:01 GMT, Alexander Scherbatiy <alexsch at openjdk.org> wrote:
> May be it has sense to add a drag event handler (which disarms the corresponding button) to ButtonBehavior only if javafx.platform is set to monocle to localize the fix only for Monocle? Or add a separate property and set it by default to true on Monocle and to false otherwise?
Following up on this: have you given this any more thought? The current fix runs the risk of regression on desktop platforms, so will need additional testing unless you decide to limit the fix to Monocle platforms.
-------------
PR: https://git.openjdk.java.net/jfx/pull/406
More information about the openjfx-dev
mailing list