Opened 16 years ago
Closed 15 years ago
#1644 closed bug (duplicate)
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 (5)
Changed 16 years ago by
Attachment: | sortables_proxy.gif added |
---|
comment:1 Changed 16 years ago by
Component: | core → ui |
---|---|
Owner: | set to paul |
comment:2 Changed 16 years ago by
Owner: | changed from paul to john |
---|
Note: See
TracTickets for help on using
tickets.
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.