JDK-8091284 : Implement a real sync tool for javafx 2+
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: other
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-02-27
  • Updated: 2018-09-06
  • Resolved: 2017-04-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
tbdResolved
Related Reports
Duplicate :  
Description
see subj

It is needed for waiting, till popup is shown, because JemmyFX, cannot understand that, and as  a result - clicks before time it is really shown, timeout - is not a relyable approach.
Comments
We lost this and filled a new one JDK-8176902, so closing this as a dup.
06-04-2017

Roughly speaking, realSync() is a call that should flush the event queue (in AWT: both Java and native event queues). Sometimes it cannot be done, though, e.g. if application or FX keeps posting new events every few milliseconds. Sometimes events that are dispatched result in more events that should be waited for as well. I can't provide estimations for the scope of the work.
27-02-2013

Artem, what is the time, needed to implement this feature? Am I able to implement this?
27-02-2013