[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 12:01:14 PST 2010


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





--- Comment #7 from Yael <yael.aharon at nokia.com>  2010-12-13 12:01:14 PST ---
(In reply to comment #6)
> 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()))

Looks good to me. thanks!

-- 
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