[webkit-reviews] review granted: [Bug 113944] [BlackBerry] DOMSupport::isFixedPositionOrHasFixedPositionAncestor stops traversing render tree when it hits an iframe element : [Attachment 196498] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 4 11:45:48 PDT 2013


Rob Buis <rwlbuis at gmail.com> has granted Andrew Lo <anlo at rim.com>'s request for
review:
Bug 113944: [BlackBerry] DOMSupport::isFixedPositionOrHasFixedPositionAncestor
stops traversing render tree when it hits an iframe element
https://bugs.webkit.org/show_bug.cgi?id=113944

Attachment 196498: Patch
https://bugs.webkit.org/attachment.cgi?id=196498&action=review

------- Additional Comments from Rob Buis <rwlbuis at gmail.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=196498&action=review


Ok.

> Source/WebKit/blackberry/WebKitSupport/DOMSupport.cpp:643
> +	   if (!currentRenderer->parent() && currentRenderer->isRenderView() &&
currentRenderer->frame() && currentRenderer->frame()->ownerElement()) {

Not sure if RenderView can have a parent in practice...


More information about the webkit-reviews mailing list