[webkit-reviews] review denied: [Bug 11686] WebKit draws Carto.net tabgroup example completely incorrectly (ff does fine) : [Attachment 11719] First attempt

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Sun Dec 3 08:15:06 PST 2006


mitz at webkit.org has denied mitz at webkit.org's request for review:
Bug 11686: WebKit draws Carto.net tabgroup example completely incorrectly (ff
does fine)
http://bugs.webkit.org/show_bug.cgi?id=11686

Attachment 11719: First attempt
http://bugs.webkit.org/attachment.cgi?id=11719&action=edit

------- Additional Comments from mitz at webkit.org
You shouldn't try to force layout of a subtree like that, nor should the check
be pushed down to the renderer.

The way it's done in HTML is that the DOM method that needs layout information
ensures that the document is laid out before querying the renderer. See
Element::offsetTop() for example.



More information about the webkit-reviews mailing list