Bug 12245
Summary: | FCKeditor: Remove Format sometimes doesn't work | ||
---|---|---|---|
Product: | WebKit | Reporter: | webkit |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.fckeditor.net/nightly/browsers_test.html | ||
Bug Depends on: | |||
Bug Blocks: | 9915 |
webkit
The "Remove Format" button makes the code dirty. It does remove the format, but also adds a new tag to the source: <span class="Apple-style-span" style="...">. This tag, other than unwanted, applies a style to the text which is different from the editing area style. In other words, the text is messed up.
To test it, just open the URL, make a selection containing "some sample text. You", and click the "Remove Format" button in the toolbar.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Justin Garcia
r19991