Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2, 1.2.1, 1.3, 1.4, 1.5
-
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.
Attachments
Attachments
Issue Links
- is depended on by
-
DECA-130 The right page can be dropped under the left page
-
- Closed
-