Side navigation
#1644 closed bug (duplicate)
Opened September 17, 2007 01:56PM UTC
Closed October 17, 2007 04:57PM UTC
sortable demo - js error
Reported by: | djot | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.2.1 |
Component: | ui | Version: | 1.2 |
Keywords: | ui sortables bug | Cc: | |
Blocked by: | Blocking: |
Description
-
Hi,
In the 4th demo of sortables "4. Floating, proxy class" I get an error when I am trying to move items around many times, not just once.
firebug message (FF 2.0.0.6 on WinXP):
[Break on this error] this.parentNode.removeChild( this );
core.js (line 1097)
this.parentNode has no properties
djot
-
Attachments (1)
Change History (4)
Changed September 18, 2007 02:49PM UTC by comment:1
component: | core → ui |
---|---|
owner: | → paul |
Changed September 20, 2007 01:48PM UTC by comment:2
owner: | paul → john |
---|
This is related to the new triggerHandler method.
John, I've pinged this to you, since it's not related to firebug (it also happens with Firebug disabled and IE), and definitely in direct relation to triggerHandler(). If you uncomment the triggerHandler with "sortchange", everything should work fine.