RESOLVED FIXED 22810
Safari can't remove strikethrough
https://bugs.webkit.org/show_bug.cgi?id=22810
Summary Safari can't remove strikethrough
Deepak Jindal
Reported 2008-12-11 13:27:46 PST
If you have html like this: <strike>hello</strike> Safari can't remove the strike through. It make it: <strike style=""><span class="Apple-style-span" style="text-decoration: none;">hello</span></strike> Which all browsers including Safari still show as strike through.
Attachments
Alexey Proskuryakov
Comment 1 2008-12-12 01:42:06 PST
How are you trying to remove the strikethrough? It can certainly be done with DOM manipulations.
Deepak Jindal
Comment 2 2008-12-12 10:07:26 PST
My mistake. I should have mentioned that I am trying to remove it using execCommand strikeThrough.
Eric Seidel (no email)
Comment 3 2009-01-23 00:54:30 PST
This will be fixed when I fix bug 20215. I'll leave it as a separate bug until then.
Eric Seidel (no email)
Comment 4 2009-02-05 13:11:43 PST
I've got a partial patch locally. This is going to require some serious surgery to ApplyStyleCommand though. So this will have to wait until bug 23496 is reviewed and landed.
Ryosuke Niwa
Comment 5 2009-07-23 14:24:45 PDT
Note You need to log in before you can comment on or make changes to this bug.