[Webkit-unassigned] [Bug 23463] WebKit leaves 'style=""' attribute turds after some editing commands

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 21 15:11:59 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23463





------- Comment #3 from justin.garcia at apple.com  2009-01-21 15:11 PDT -------
> "removeNodeAttribute" or if I should just be removing the attribute from the
> element directly (without going through all the compositEditCommand stuff). 
> What's the benefit of removeNodeAttribute?

removeNodeAttribute is the Undo-able operation.  I think you need to use that
one, since later on Undo we might try to add property/values to the style
attribute, and if it's not there we could run into trouble.


-- 
Configure bugmail: https://bugs.webkit.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