[Webkit-unassigned] [Bug 8194] Style spans with no style are not always deleted

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Apr 5 03:54:29 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8194





------- Comment #1 from Graham.Dennis at gmail.com  2006-04-05 03:54 PDT -------
Created an attachment (id=7523)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=7523&action=view)
testcase

In the attached testcase, bold any single character and use the web inspector
to check the DOM tree for the content editable div. If I bold the middle 'o' in
'Foo', the HTML code I get for the contentEditable div is:

<DIV contenteditable="true"><SPAN
class="Apple-style-span">F<B>o</B>o</SPAN></DIV>

The 'Apple-style-span' span in this code is pointless and shouldn't be there.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list