[Webkit-unassigned] [Bug 19467] Hard crash when dragging (enabling) modules on this page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 24 13:57:37 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=19467





------- Comment #8 from cwzwarich at uwaterloo.ca  2008-06-24 13:57 PDT -------
I can reproduce this consistently with nightlies before r34753 by right
clicking when I stop dragging. It works in r34503, so the likely fix is r34751,
which fixed bug 19716.

If I understand the code correctly at first glance, the drop function is called
directly by native code as a callback on an event. Can you confirm this? I
don't know much about jQuery. The actions variable is referenced by the $.post
function, so if there was an exception during the callback that unwound to the
top (which it seems likely, since there are lots of errors on the console),
this would be an instance of bug 19716.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list