[Webkit-unassigned] [Bug 50730] Spatial Navigation: Crash when handling iframe of size 0.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 13 11:14:30 PST 2010


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


Ademar Reis <ademar.reis at openbossa.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ademar.reis at openbossa.org




--- Comment #6 from Ademar Reis <ademar.reis at openbossa.org>  2010-12-13 11:14:30 PST ---
I can't just cherry-pick it to qtwebkit-2.1 because of changes from bug 47142.

I'll fix the conflict as below. Yael/Antonio, could you please confirm it's OK?

-    if (candidate.node->isFrameOwnerElement() && !static_cast<HTMLFrameOwnerElement*>(candidate.node)->contentFrame())
+    if (candidate.node->isFrameOwnerElement() && (!static_cast<HTMLFrameOwnerElement*>(candidate.node)->contentFrame() || candidate.rect.isEmpty()))

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



More information about the webkit-unassigned mailing list