JDK-8098528 : AWT Events are not coelasced under single threaded AWT/FX mode
  • Type: Bug
  • Component: javafx
  • Sub-Component: swing
  • Affected Version: 8u45
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_7
  • CPU: x86_64
  • Submitted: 2015-06-04
  • Updated: 2018-09-06
  • Resolved: 2017-08-21
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
tbdResolved
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :


A DESCRIPTION OF THE PROBLEM :
Event coalescing/optimization happens on the EventQueue, while the EventQueue processes the payload. Under single threaded AWT/FX mode, the EventQueue dispatches events without processing them, therefore event coalescing is not happening, causing event storms (mouse move, paint, etc) on the JavaFX thread.


REPRODUCIBILITY :
This bug can be reproduced always.


Comments
This might be a JavaFX bug rather than an AWT bug.
16-07-2015