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

Drag and drop in Layers panel results in wrong element order

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 7u6
    • None
    • javafx
    • None


      Root Container
          - Element 1
          - Element 2
          - Element 3

      Try and move element 3 between element 1 and element 2.

      The expected result is:

      Root Container
          - Element 1
          - Element 3
          - Element 2

      but instead we currently get:

      Root Container
          - Element 3
          - Element 1
          - Element 2

            sjiang Shanliang Jiang (Inactive)
            mchicharro Moises Chicharro
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: