[Webkit-unassigned] [Bug 52952] Wrong tab focused region

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 07:05:31 PDT 2011


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





--- Comment #14 from Yael <yael.aharon at nokia.com>  2011-03-16 07:05:30 PST ---
(From update of attachment 85818)
View in context: https://bugs.webkit.org/attachment.cgi?id=85818&action=review

> Source/WebCore/rendering/RenderInline.cpp:1039
> +                top = min(top, toRenderBox(currRenderObj)->logicalTop());

I added a span around the image of the attached sample page, and tested with this patch. It crashed because currRenderObj was not a RenderBox.

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