[Webkit-unassigned] [Bug 11880] REGRESSION (r18304): Assertion failure in -[WebHTMLView _canProcessDragWithDraggingInfo:] when dragging over the window's a scroll bar (innerFrame)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 19 12:43:41 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11880


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|REGRESSION: Assertion       |REGRESSION (r18304):
                   |failure in -[WebHTMLView    |Assertion failure in -
                   |_canProcessDragWithDraggingI|[WebHTMLView
                   |nfo:] when dragging over the|_canProcessDragWithDraggingI
                   |window's a scroll bar       |nfo:] when dragging over the
                   |(innerFrame)                |window's a scroll bar
                   |                            |(innerFrame)
                 CC|                            |ggaren at apple.com




------- Comment #2 from mitz at webkit.org  2006-12-19 12:43 PDT -------
This is a regression from the fix for bug 8137. Specifically,
EventHandler::hitTestResultAtPoint() sets the 'active' flag in the request but
not the 'capturing' flag, and because of the following change in layer hit
testing, it gets a null result instead of getting the document:

-    if (request.active && renderer()->isRenderView()) {
+    if (request.capturing && renderer()->isRenderView()) {


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