Bug 12245

Summary: FCKeditor: Remove Format sometimes doesn't work
Product: WebKit Reporter: webkit
Component: HTML EditingAssignee: 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    

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