[Webkit-unassigned] [Bug 20215] execCommand('underline') can't remove <U> underlines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 11 00:39:57 PST 2009


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





------- Comment #9 from eric at webkit.org  2009-02-11 00:39 PDT -------
This does not have to be blocked by bug 23496.

This bug is tricky to fix, because to do it right we'll need to fix how
toggleCSSStyle works.  Right now the ApplyStyleCommand (which gets generated by
the toggle callback) does not really know that it's supposed to remove just one
CSS value from a CSSValueList.  Instead, it knows how to set a css property to
a specific value.  We may need to make a whole new Command to handle
text-decoration (or toggles in general).


-- 
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