Fluid Infusion

Using the listReorderer to drag between columns breaks when dropping the right item on the right side of the left item.

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 1.2, 1.2.1, 1.3
  • Fix Version/s: None
  • Component/s: Reorderer
  • Labels:
    None

Description

Steps to reproduce.

1) Open the sample code provided (reordererTest.html)

2) Attempt to drag the text from the left column to the right column.

Note if you drop on the left hand side of the left item or drag from left to right, it reorders properly. However, dropping the right item on the right hand side of the left item will cause the item to be added to the bottom of the left column and leaving both items in the same column.

looking through the code from line 165 - 168 of GeometricManager.js causes the targeti to increment which in turn skips the i statement starting at line 169. This if statement contains the code that would have moved the item that was originally in the left column to the right.

Issue Links

Activity

Hide
Justin Obara added a comment -
reordererTest.zip is sample code demonstrating the error
Show
Justin Obara added a comment - reordererTest.zip is sample code demonstrating the error
Hide
Justin Obara added a comment -
reordeerTest v2.zip is the same as the old one but makes use of the custom build, which should make it easier to keep up to date with later releases
Show
Justin Obara added a comment - reordeerTest v2.zip is the same as the old one but makes use of the custom build, which should make it easier to keep up to date with later releases

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated: