dragOver() between dragDropped() and dragDone() on Linux

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 8
    • Component/s: javafx

      When the user drags an object in Scene Builder, SB invokes Node.startDragAndDrop().
      Then it uses dragOver(), dragDropped() and dragDone() callbacks to perform some logic.

      Sometimes on Linux, there is a dragOver() which is inserted between dragDropped()
      and dragDone(). There is very unfrequent and happens only on Linux. On MacOS/Windows,
      once dragDropped() has been called, dragOver() is no longer called.

      After discussing with Pavel, this is not an expected behavior and should be fixed.

      For Scene Builder, this not a critical issue (I added some logic to detect and discard spurious dragOver()).

            Assignee:
            Unassigned
            Reporter:
            Eric Le Ponner
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Imported: