FLUID-1591: Springboards: Moving reordereable list elements on a page causes the reorderable grid to display incorrectly

Metadata

Source
FLUID-1591
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Jacob Farber
Reporter
Justin Obara
Created
2008-09-18T17:26:12.000-0400
Updated
2011-01-14T09:53:24.164-0500
Versions
  1. 0.5beta1
Fixed Versions
N/A
Component
  1. Demos
  2. Reorderer

Description

Moving a reordering items in example 1 and 2 will cause the example 3 to display with two columns instead of three.

Steps to reproduce:

1) Open the Reorderer Springboard from the daily build site:
http://build.fluidproject.org/fluid/fluid-components/html/Reorderer.html

2) Reorderer the elements in either example 1 or example 2.

Notice that Example three changes to be a grid with two columns instead of three

Putting focus on a grid cell in example 3 will change it back to a 3 column grid

Environments

IE6 (Win XP, Win 2000)

Attachments

Comments

  • Justin Obara commented 2008-09-18T17:28:03.000-0400

    'screenshot-1' shows the incorrect formating of the sortable grid after one of the sortable list examples has been reorderer

  • Justin Obara commented 2008-09-22T12:59:40.000-0400

    Bug Parade: 0.5 release

  • Jacob Farber commented 2008-09-22T15:17:53.000-0400

    Existed due to a bug in IE6 handling of margins as percentages and floating.
    (please see: http://www.positioniseverything.net/explorer/percentages.html)

    Fixed by using pixels instead

  • Justin Obara commented 2008-09-22T15:29:16.000-0400

    Verified fix using:

    IE6 (Win XP)