Search and Top Navigation
#2947 closed bug (fixed)
Opened June 04, 2008 04:52AM UTC
Closed June 24, 2008 08:09PM UTC
Last modified June 26, 2008 07:08PM UTC
Sortable Throws Errors in Firefox 3 rc1
Reported by: | wundbread@gmail.com | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.5.1 |
Component: | ui.sortable | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Sortable applied to nested lists like :
$("#main li.opened > ul").sortable({connectWith: $("#main li.opened > ul")});
Error: [Exception... "Node cannot be inserted at the specified point in the hierarchy" code: "3" nsresult: "0x80530003 (NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)" location: "http://localhost/groupy/core/js/jquery/jquery.js Line: 257"]
Source File: http://localhost/groupy/core/js/jquery/jquery.js
Line: 257
And
Error: [Exception... "Node cannot be inserted at the specified point in the hierarchy" code: "3" nsresult: "0x80530003 (NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)" location: "http://localhost/groupy/core/js/jquery/jquery.js Line: 257"]
Source File: http://localhost/groupy/core/js/jquery/jquery.js
Line: 251
Wrapping insertBefore calls in try catch eliminates error. In both cases both the elements are LI tags. I tried setting containment, but the errors still occur.
I cannot reproduce the issue - could you provide a simple test markup for me? Thanks!