-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
Came out of discussion in
https://bugs.openjdk.org/browse/JDK-8334874
The Robot API only includes Robot::mouseWheel(int) which is not sufficient to emulate the horizontal scroll events coming from the track pad (nor fractional values).
We may need to determine
- how to support the trackpad
- if there is anything else that need Robot support (optional)
https://bugs.openjdk.org/browse/JDK-8334874
The Robot API only includes Robot::mouseWheel(int) which is not sufficient to emulate the horizontal scroll events coming from the track pad (nor fractional values).
We may need to determine
- how to support the trackpad
- if there is anything else that need Robot support (optional)
- relates to
-
JDK-8334874 Horizontal scroll events from touch pads should scroll the TabPane tabs
- Resolved