[wp-trac] [WordPress Trac] #14229: Can't use strikethrough in TinyMCE under Chrome
WordPress Trac
wp-trac at lists.automattic.com
Wed Jul 7 16:07:14 UTC 2010
#14229: Can't use strikethrough in TinyMCE under Chrome
-------------------------------+--------------------------------------------
Reporter: RanYanivHartstein | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: TinyMCE | Version:
Severity: normal | Keywords:
-------------------------------+--------------------------------------------
When using Chrome (tested with Windows and Mac), the Strikethrough feature
in TinyMCE doesn't work.
To reproduce this, open any post for editing under Chrome, and use TinyMCE
to set a strikethrough (third button from the right by default). TinyMCE
adds the tag {{{<s>example</s>}}}, and then removes it if you switch to
HTML view or click Update/Publish.
On Firefox, for e.g., TinyMCE uses {{{<strike>example</strike>}}}, which
then gets converted to {{{<span style="text-decoration: line-
through;">example</span>}}}.
(Note that idealy, TinyMCE should probably just use
{{{<del>example</del>}}}, like the HTML editor does.)
See more about this here:
http://losingit.me.uk/2010/04/05/the-case-of-the-disappearing-
strikethrough-tags
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14229>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list