Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8098528

AWT Events are not coelasced under single threaded AWT/FX mode

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • tbd
    • 8u45
    • javafx
    • x86_64
    • windows_7

      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.

            psadhukhan Prasanta Sadhukhan
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: