Metadata
- Source
- FLUID-70
- Type
- Bug
- Priority
- Blocker
- Status
- Closed
- Resolution
- Cannot Reproduce
- Assignee
- Michelle D'Souza
- Reporter
- Michelle D'Souza
- Created
2007-10-24T12:52:31.000-0400 - Updated
2007-11-05T11:15:46.000-0500 - Versions
- N/A
- Fixed Versions
-
- 0.1
- Component
-
- Reorderer
Description
Using jQuery UI's drag and drop library it is possible to get an endless loop of the following java script error. It seems to happen more often if the page has not finished loading although I have managed to cause it in other circumstances. More investigation is required.
this.parentNode has no properties
this.parentNode.removeChild( this );
Comments
-
Michelle D'Souza commented
2007-11-05T11:15:46.000-0500 Recently a change was made from using jQuery UI's 'Sortable' to using 'Draggable and Droppable'. This may have fixed this issue as I can no longer reproduce the javascript errors.