[Webkit-unassigned] [Bug 14062] REGRESSION (r21212): "Remove Format" transforms spaces to U+00A0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 19:27:09 PDT 2009


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





------- Comment #5 from rniwa at google.com  2009-06-19 19:27 PDT -------
Created an attachment (id=31584)
 --> (https://bugs.webkit.org/attachment.cgi?id=31584&action=view)
Undo the changeset 21212 since rebalanceWhitespaceAt has been fixed, the
workaround introduced in 21212 is no longer needed

This patch changes the behavior of WebCore::InsertTextCommand::input.  It used
to replace all spaces by   but after this patch is applied,
WebCore::InsertTextCommand::input no longer replaces the spaces.  Since this
would affect the way inserted text wraps, it may affect other third party
applications or Web applications that assumes the existence of the bug.

This patch also replaces the several expected results.  This is due to the fact
that those expected results had "unexpected" non-breaking spaces.  Since this
patch fixes the problem, we must also fix those expected results.


-- 
Configure bugmail: https://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