[Webkit-unassigned] [Bug 32295] Typing in Wave repaints the whole screen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 10 00:09:01 PST 2009


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





--- Comment #3 from James Robinson <jamesr at chromium.org>  2009-12-10 00:09:01 PST ---
The RenderObject corresponding to the root <div> that seems to generating the
seemingly bad paint rectangle has childrenInline() set to true at the call to
RenderBlock::layoutInlineChildren(), but firstChild()->isInline() is false. 
That seems bad - its only children are block elements, so I have no idea why
childrenInline() would be returning true.  I don't think
RenderBlock::layoutInlineChildren() should be being called at all on this div.

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