Opened 18 years ago
Closed 17 years ago
#553 closed Bug (fixed)
Safari: "Remove Format" transforms spaces to U+00A0
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | Safari Compatibility |
Component: | Core : Styles | Version: | |
Keywords: | Cc: |
Description
Calling RemoveFormat on Safari transforms the spaces (U+0020) to NON-BREAK SPACE (U+00A0).
Slightly related to http://bugs.webkit.org/show_bug.cgi?id=11947
Change History (4)
comment:1 Changed 18 years ago by
comment:3 Changed 17 years ago by
Component: | General → Core : Styles |
---|
comment:4 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [774].
Click here for more info about our SVN system.
I've added a simplified test case in [366] so we can file it. It seems to be a regression because the shipped Safari doesn't have this bug.
In fact it's a regression in r21214. r21200 works fine