[Webkit-unassigned] [Bug 56269] Markup interferes with soft hyphen line-breaking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 19 00:41:35 PDT 2011


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





--- Comment #3 from Peter Bright <drpizza at quiscalusmexicanus.org>  2011-03-19 00:41:35 PST ---
Oh they don't even have to be separated by elements. If you create an element with multiple text nodes, a soft hyphen at the end of one text node is no longer a breaking point.

If you normalize() the element (to fuse adjacent text nodes) then the hyphens work.

See: http://dl.dropbox.com/u/4619191/webkit-soft-hyphens.html
The top box has separate text nodes, the bottom box normalizes. In IE9 and Firefox 4, both boxes have a linebreak. In WebKit, only the bottom one does.

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