Uploaded image for project: 'Jetspeed (Retired)'
  1. Jetspeed (Retired)
  2. JS1-220

[FIX] Incorrect pane order after moving panes in the customizer

Details

    • Bug
    • Status: Resolved
    • Resolution: Fixed
    • 1.4b2
    • None
    • Customizer
    • None
    • Operating System: Other
      Platform: Other
    • 16819

    Description

      Panes are not ordered correctly after being moved in the customizer. It appears
      that initially panes have no layout but when they are moved up or down, a
      layout object is added by the customizer. Scenario with the following panes
      using a menu pane control:

      1. A (no layout)
      2. B (no layout)
      3. C (no layout)
      4. D (no layout)
      5. E (no layout)
      6. F (no layout)

      After moving pane A down to position 5 (right before pane F):

      1. A (layout position 4)
      2. B (layout position 0)
      3. C (layout position 1)
      4. D (layout position 2)
      5. E (layout position 3)
      6. F (no layout)

      In the customizer, the panes appear to be ordered correctly:

      1. B (layout position 0)
      2. C (layout position 1)
      3. D (layout position 2)
      4. E (layout position 3)
      5. A (layout position 4)
      6. F (no layout)

      When panes are actually displayed in the portal, order is not correct:

      1. F (no layout)
      2. B (layout position 0)
      3. C (layout position 1)
      4. D (layout position 2)
      5. E (layout position 3)
      6. A (layout position 4)

      The solution seems to be ensuring that each pane has a layout with correct
      position.

      Attachments

        Activity

          People

            morciuch@apache.org Mark Orciuch
            morciuch@apache.org Mark Orciuch
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment