You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gwt...@googlegroups.com, Robert Hanson
Robert,
In r398 I changed gwt-dnd to use a separate mouse capturing widget whereas I used to use the draggable itself to capture DOM events. I have a hunch that the crashing in IE6 might have something to do with the fact that the draggable is detached/reattached during the mouse up event, especially since your stack trace includes onMouseUp() and removeFromParent().
Would you be able to test your chess example against r398 in IE6?