[Webkit-unassigned] [Bug 34799] New: In designMode, BACKSPACE generates Apple-style-span tags
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 10 07:01:52 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34799
Summary: In designMode, BACKSPACE generates Apple-style-span
tags
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: fredck at fredck.com
Blocks: 9915
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list