On embedded, it is possible to drag a pane 'outside' the scrollPane.
For example, if background in white and the pane is blue, user can drag it until only white (empty) background is seen inside the scrollPane
This doesn't happen in Windows and Linux desktop platforms
Command line used:
ejdk1.8.0-arm/bin/java -Dcom.sun.javafx.virtualKeyboard=javafx -Djavafx.platform=eglfb -Dlens.input.touch.MoveSensitivity=20 -Dlog.lens=severe -Dcom.sun.javafx.experimental.bedded.multiTouch=true -cp udev-refactoring/artifacts/armv6-vfp/sdk/rt/lib/ext/jfxrt.jar:udev-refactoring/rt-closed/toys/HelloWorld/dist/HelloWorld.jar helloworld.HelloSanity
(this happens in both mouse and touch input devices)
For example, if background in white and the pane is blue, user can drag it until only white (empty) background is seen inside the scrollPane
This doesn't happen in Windows and Linux desktop platforms
Command line used:
ejdk1.8.0-arm/bin/java -Dcom.sun.javafx.virtualKeyboard=javafx -Djavafx.platform=eglfb -Dlens.input.touch.MoveSensitivity=20 -Dlog.lens=severe -Dcom.sun.javafx.experimental.bedded.multiTouch=true -cp udev-refactoring/artifacts/armv6-vfp/sdk/rt/lib/ext/jfxrt.jar:udev-refactoring/rt-closed/toys/HelloWorld/dist/HelloWorld.jar helloworld.HelloSanity
(this happens in both mouse and touch input devices)
- relates to
-
JDK-8088138 ScrollPane behaves differently using mouse or touch
-
- Closed
-