[Webkit-unassigned] [Bug 78713] Absolute positioned elements with Inline Relative Positioned Container are not layout correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 24 11:10:44 PST 2012


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





--- Comment #13 from Ken Buchanan <kenrb at chromium.org>  2012-02-24 11:10:44 PST ---
(In reply to comment #11)
> > Source/WebCore/rendering/RenderObject.cpp:634
> > +            while (object && (!object->isRenderBlock() || object->isAnonymousBlock()))
> >                  object = object->container();
> 
> Noteworthy: this is not strictly equivalent to what containingBlock() is doing after r104183 (for example, we don't check if |object| is relatively positioned in the loop even if we mention it in the comment above). I wonder if that will bite us down the road.

dhyatt should comment on this. It seems to be enough that it is positioned and it is inline, though I'm not sure if we might be affecting the case where we have positioned blocks within anonymous blocks.

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