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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 13 17:34:57 PST 2009


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





--- Comment #5 from James Robinson <jamesr at chromium.org>  2009-12-13 17:34:57 PST ---
Another fix would be to switch the default value of 'm_childrenInline' to
'false', so that when a RenderBlock has no in-flow children at all it uses the
layoutBlockChildren() codepath instead of layoutInlineChildren().  This would
also disambiguate the "need line boxes but have not generated them yet" and the
"will never need line boxes" cases.

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