[webkit-reviews] review requested: [Bug 12726] REGRESSION (r12073): Text wraps in the middle of a word instead of wrapping at the space before the word : [Attachment 13108] Don't measure a run by adding up the widths of individual characters

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Sat Feb 10 11:29:50 PST 2007


mitz at webkit.org has asked  for review:
Bug 12726: REGRESSION (r12073): Text wraps in the middle of a word instead of
wrapping at the space before the word
http://bugs.webkit.org/show_bug.cgi?id=12726

Attachment 13108: Don't measure a run by adding up the widths of individual
characters
http://bugs.webkit.org/attachment.cgi?id=13108&action=edit

------- Additional Comments from mitz at webkit.org
When word-wrap is break-word, the new code is O(n^2) in the length of the first
word on the line (for autowrap) or the length of the entire line (for PRE).



More information about the webkit-reviews mailing list