[Webkit-unassigned] [Bug 11197] REGRESSION: Specifying a counter for a CODE tag's content style property on before or after causes a crash.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 15 11:11:06 PST 2007


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





------- Comment #8 from darin at apple.com  2007-01-15 11:11 PDT -------
My patch removed the call to cacheWidths that was done after changing the text
and moved it to setStyle instead. That's a problem since the value of
shouldUseMonospaceCache is based on the value of allAscii. So I think we have a
bug now when some all-ASCII text is replaced with text that has some non-ASCII
characters in it. The monospace cache will be used in cases where it's not
appropriate.

Seems like we need to move the cacheWidths call back into setInternalString.


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