Bug 12245 - FCKeditor: Remove Format sometimes doesn't work
Summary: FCKeditor: Remove Format sometimes doesn't work
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.fckeditor.net/nightly/brow...
Keywords:
Depends on:
Blocks: 9915
  Show dependency treegraph
 
Reported: 2007-01-13 03:04 PST by webkit
Modified: 2007-03-06 16:25 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description webkit 2007-01-13 03:04:02 PST
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.
Comment 1 Justin Garcia 2007-03-06 16:25:57 PST
r19991