[Webkit-unassigned] [Bug 101443] REGRESSION (r125578): word-wrapping in absolute position with nbsp, word-spacing and custom font

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 10:10:07 PST 2012


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





--- Comment #4 from mitz at webkit.org <mitz at webkit.org>  2012-11-07 10:11:41 PST ---
(In reply to comment #3)
> This seems to have been an intentional change, see <http://trac.webkit.org/changeset/125578>. However, bug 89826 does not mention any testing performed, so perhaps CSS spec is just wrong.
> 
> Why do you say that the new behavior is incorrect? Does the change break any live sites?

This is incorrect because the box should stretch to the maximum preferred width of its contents (regardless of how word-spacing factors into that width), but instead it falls short, so the text is forced to wrap. When the behavior of word-spacing was changed in r125578, supposedly for compliance with the spec, the maximum width calculation in RenderText was not updated, causing a discrepancy that leads to this bug.

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