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

Move DnD broken on OS-X

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • tbd
    • 8, jfx14
    • javafx
    • None
    • This can be reproduce from the FX-8 to the latest FX-14-ea release on OS-X 10.15 (I don't have any older OS-X)

    • x86_64
    • os_x

      The move DND support on OS-X is completely broken. How to reproduce:
      * Run the attached application
      * Start dragging on the red rect
      * Hold the the CMD-Key
      * Drag over the blue rect
      * End the dragging over the blue rect
      Notice that following:
      * the output of the console prints null
      * the drop-handler is not called

      I tracked that back to View#notifyDragOver() where one gets 0 from the
      native side. So am I missing something in my code?

      I also tried with
      https://docs.oracle.com/javafx/2/drag_drop/jfxpub-drag_drop.htm and it
      does not work either.

            Unassigned Unassigned
            tschindl Tom Schindl
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: