[Webkit-unassigned] [Bug 53627] Inspector highlight rect is wrong for contents of transformed iframes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 10 11:16:49 PDT 2011


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





--- Comment #10 from Darin Adler <darin at apple.com>  2011-06-10 11:16:49 PST ---
(From update of attachment 96755)
View in context: https://bugs.webkit.org/attachment.cgi?id=96755&action=review

>> Source/WebCore/rendering/RenderObject.cpp:1876
>> +    static_cast<RenderObject*>(o)->mapLocalToContainer(0, fixed, useTransforms, transformState);
> 
> I think this should be done with some combination of FrameView::convertFromRenderer(), convertToContainingView(), and convertToWindow(). I think you code here is ignoring padding, and might not work with scrolled content.

I think you’re right.

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