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

Ubuntu: event handler called not in time: control.addEventHandler(DRAG_EXITED_TARGET, and ... DRAG_EXITED

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P3
    • None
    • 8
    • javafx
    • Ubuntu 12, jdk8 promotion build 100

    Description

      handler, added to some control via "control.addEventHandler(DRAG_EXITED_TARGET, ..."
      should be called when mouse exits out of control border.
      this is actually work as expected on Windows, but not on Ubuntu.

      on Ubuntu, handler is called right after drag started on control, but before mouse exits control borders.

      sample application attached:
      run it, choose "button" at top of scene, choose "DRAGEXITED_TARGET" at right part of scene,
      start drag on the button, drag mouse inside of control.
      Ubuntu: event handler is called. should not.

      same with "DRAGEXITED" event type

      Attachments

        1. ControlEventsApp.java
          17 kB
          Victor Shubov
        2. ControlEventsTab.java
          11 kB
          Victor Shubov

        Activity

          People

            psafrata Pavel Ĺ afrata
            vshubov Victor Shubov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: