JDK-8207374 : FX Robot should pass float or double down to the native code
  • Type: Bug
  • Component: javafx
  • Sub-Component: window-toolkit
  • Affected Version: openjfx11
  • Priority: P3
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2018-07-17
  • Updated: 2020-01-06
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Most of the FX Robot API calls take doubles for position arguments. Many of these are truncated to int before being passed down to the platform-specific native code. We should pass them down as double/float values so that the native code can decide how and when to convert them to ints.

For example at modules/javafx.graphics/src/main/java/com/sun/glass/ui/win/WinRobot.java line 68