NEW 34799
In designMode, BACKSPACE generates Apple-style-span tags
https://bugs.webkit.org/show_bug.cgi?id=34799
Summary In designMode, BACKSPACE generates Apple-style-span tags
webkit
Reported 2010-02-10 07:01:52 PST
This one can be easily tested in the CKEditor demo page: http://ckeditor.com/demo 1. Simply load the following HTML on source view and move back to the WYSIWYG view: <h1>test</h1><p>test2</p> 2. Put the caret at the beginning of the "test2" paragraph. 3. Hit BACKSPACE. Switch back to the source view to check the code. You'll have this: <h1>test<span class="Apple-style-span" style="font-size: 12px; font-weight: normal; ">test2</span></h1> The additional <span> tag has been added to the DOM.
Attachments
Note You need to log in before you can comment on or make changes to this bug.