[Webkit-unassigned] [Bug 9984] ASSERTION FAILURE: _private->mouseDownEvent != nil (WebKit/WebView/WebHTMLView.m:4863 -[WebHTMLView(WebInternal) _delegateDragSourceActionMask])

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jul 24 06:22:54 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9984


opendarwin.org at mitzpettel.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9570|review-                     |review?(sullivan at apple.com)
               Flag|                            |




------- Comment #6 from opendarwin.org at mitzpettel.com  2006-07-24 06:22 PDT -------
(From update of attachment 9570)
(In reply to comment #5)
> (From update of attachment 9570 [edit])
> I don't understand how this patch would cause the assert not to fire. Formerly,
> the assert would only be checked when self was not topHTMLView. But the patch
> only affects the case when self is topHTMLView. So it seems that for any case
> in which the assertion was formerly firing, the assertion will still fire. Am I
> missing something?

I think you are:

+        [topHTMLView _setMouseDownEvent:_private->mouseDownEvent];

This means that when -_delegateDragSourceActionMask is invoked on the
topHTMLView (in the next line), its mouseDownEvent will have been set, and thus
the assertion will not fire.

Please reconsider.


-- 
Configure bugmail: http://bugzilla.opendarwin.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