[Webkit-unassigned] [Bug 11686] WebKit draws Carto.net tabgroup example completely incorrectly (ff does fine)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 3 08:15:08 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11686


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #11719|review?                     |review-
               Flag|                            |




------- Comment #4 from mitz at webkit.org  2006-12-03 08:15 PDT -------
(From update of attachment 11719)
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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list