[Webkit-unassigned] [Bug 20677] WebKit wraps between hyphen-minus and numeric characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 12 20:39:26 PST 2011


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





--- Comment #30 from Edward Sabol <edwardjsabol at iname.com>  2011-01-12 20:39:25 PST ---
I think Rowan has summarized perfectly what *everyone* wants. Thanks, Rowan. May I suggest that the following tests be added:

"-1234.4567" should NOT wrap.
"$-1234.4567" should NOT wrap. Ditto for £, ¥, etc.
"1234-4567" should wrap as

1234-
4567

With this patch does Webkit satisfy all 3 cases? If not, how difficult would it be to achieve this ideal? It would be great if this long-standing bug could finally be closed!

By the way, "opening" is misspelled in the comment on line 69 of WebCore/rendering/break_lines.cpp. Can that correction be included in this patch? It's one line before Xianzhu's second modification.

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