[Webkit-unassigned] [Bug 53475] Strikethrough disappears when posting a message on odnoklassniki.ru

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 9 15:02:28 PST 2011


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


Levi Weintraub <leviw at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |leviw at chromium.org




--- Comment #1 from Levi Weintraub <leviw at chromium.org>  2011-02-09 15:02:28 PST ---
This is a TinyMCE (the editor used in Wordpress and possibly odnoklassniki.ru?) bug, and not a WebKit one. Old versions of TinyMCE used <s> tags for strikethrough WebKit and <span style="text-decoration: line-through;"> on others, and were formerly stripping <s> tags out themselves. You can validate on old versions of TinyMCE by modifying the html source in Firefox. Manually adding an <s>foo</s> loses the style when you go back to WYSIWYG mode.

Current versions of TinyMCE use the span with style on WebKit, but I manually pasted <s>hello</s> html into their "Try It" editor (http://tinymce.moxiecode.com/tryit/full.php) and the <s> survived viewing the HTML source as well as saving. They've fixed their bug :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list