[Webkit-unassigned] [Bug 12904] REGRESSION: Failed assertion when trying to start iExploder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 27 03:30:45 PST 2007


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





------- Comment #2 from hyatt at apple.com  2007-02-27 03:30 PDT -------
So I have a simple patch for this, but Mitz's reduction reveals what is IMHO a
bug in the TextDocument/TextTokenizer code.  A plaintext document with no text
should still make all of the scaffolding necessary to display text, i.e., a
root element at the very least.  Right now there's a blank RenderView with no
kids and so nobody ever dirties the RenderView for min max recalc.

A band-aid patch is to just throw setMinMaxKnown(false) into RenderView's
constructor.  I also think text documents should not be allowed to be empty
though.  Mitz, is an empty text document what is occurring on iExploder?


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