Details
-
Type:
Bug
-
Status:
Open
-
Priority:
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.
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
-
$i18n.getText("admin.common.words.hide")
- reordererTest.zip
- 12/Jul/10 5:02 PM
- 1.16 MB
- Justin Obara
-
- reordererTest/.DS_Store 6 kB
- __MACOSX/reordererTest/._.DS_Store 0.1 kB
- reordererTest/.tmp_reordererTest.html.83467~ 0.0 kB
- reordererTest/components/.DS_Store 6 kB
- __MACOSX/reordererTest/.../._.DS_Store 0.1 kB
- reordererTest/components/.../all-wcprops 0.1 kB
- reordererTest/components/.svn/entries 0.4 kB
- reordererTest/components/.../all-wcprops 0.3 kB
- reordererTest/components/.../.svn/entries 0.5 kB
- reordererTest/.../reordererDependencies.json.svn-base 0.4 kB
- reordererTest/components/.../all-wcprops 0.4 kB
- reordererTest/components/.../.svn/entries 0.6 kB
- reordererTest/.../ImageReorderer.css.svn-base 0.0 kB
- reordererTest/.../ImageReorderer.css.svn-base 2 kB
- reordererTest/.../Reorderer.css.svn-base 2 kB
- reordererTest/.../ImageReorderer.css 2 kB
- __MACOSX/.../._ImageReorderer.css 0.2 kB
- reordererTest/components/.../Reorderer.css 2 kB
- __MACOSX/reordererTest/.../._Reorderer.css 0.2 kB
- reordererTest/components/.../all-wcprops 2 kB
- reordererTest/components/.../.svn/entries 3 kB
- reordererTest/.../Banana.jpg.svn-base 0.1 kB
- reordererTest/.../Blackberry.jpg.svn-base 0.1 kB
- reordererTest/.../Cherry.jpg.svn-base 0.1 kB
- reordererTest/.../Dragonfruit.jpg.svn-base 0.1 kB
- reordererTest/.../Fig.jpg.svn-base 0.1 kB
- reordererTest/.../Grapes.jpg.svn-base 0.1 kB
- reordererTest/.../Kiwano.jpg.svn-base 0.1 kB
- reordererTest/.../Kiwi.jpg.svn-base 0.1 kB
- reordererTest/.../Kumquat.jpg.svn-base 0.1 kB
-
$i18n.getText("admin.common.words.hide")
- reordererTest v2.zip
- 11/Jan/11 11:31 AM
- 331 kB
- Justin Obara
-
- framework/.DS_Store 6 kB
- __MACOSX/framework/._.DS_Store 0.1 kB
- framework/core/js/DataBinding.js 22 kB
- __MACOSX/framework/.../js/._DataBinding.js 0.2 kB
- framework/core/js/Fluid.js 49 kB
- __MACOSX/framework/core/js/._Fluid.js 0.2 kB
- framework/core/js/FluidDebugging.js 4 kB
- __MACOSX/framework/.../._FluidDebugging.js 0.2 kB
- framework/core/js/FluidDocument.js 3 kB
- __MACOSX/framework/.../js/._FluidDocument.js 0.2 kB
- framework/core/js/FluidDOMUtilities.js 4 kB
- __MACOSX/.../._FluidDOMUtilities.js 0.2 kB
- framework/core/js/FluidIoC.js 29 kB
- __MACOSX/framework/core/js/._FluidIoC.js 0.2 kB
- framework/core/js/FluidRequests.js 14 kB
- __MACOSX/framework/.../js/._FluidRequests.js 0.2 kB
- framework/core/js/FluidView.js 4 kB
- __MACOSX/framework/.../js/._FluidView.js 0.2 kB
- framework/core/js/JavaProperties.js 4 kB
- __MACOSX/framework/.../._JavaProperties.js 0.2 kB
- framework/core/.../jquery.keyboard-a11y.js 22 kB
- __MACOSX/.../._jquery.keyboard-a11y.js 0.2 kB
- framework/core/.../ModelTransformations.js 4 kB
- __MACOSX/.../._ModelTransformations.js 0.2 kB
- __MACOSX/framework/core/._js 0.2 kB
- __MACOSX/framework/._core 0.2 kB
- framework/fss/.DS_Store 6 kB
- __MACOSX/framework/fss/._.DS_Store 0.1 kB
- framework/fss/css/fss-JSR168Bridge.css 0.0 kB
- __MACOSX/.../._fss-JSR168Bridge.css 0.2 kB
$i18n.getText("admin.common.words.show")- reordererTest v2.zip
- 11/Jan/11 11:31 AM
- 331 kB
- Justin Obara
Issue Links
| This issue is depended on by: | ||||
| DECA-130 | The right page can be dropped under the left page |
|
|
|
Activity
- All
- Comments
- Work Log
- History
- Activity
- Test Sessions
Hide
Permalink
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