[wp-trac] [WordPress Trac] #28016: Update the 'paste' TinyMCE plugin
WordPress Trac
noreply at wordpress.org
Fri Apr 25 00:54:24 UTC 2014
#28016: Update the 'paste' TinyMCE plugin
-------------------------------------+--------------------
Reporter: azaozz | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.9.2
Component: TinyMCE | Version: 3.9
Severity: normal | Resolution:
Keywords: has-patch needs-testing | Focuses:
-------------------------------------+--------------------
Comment (by netweb):
Testing 28016.patch:
I don't have a Mac (yet) so I can't test any of the 'Webkit' issues :(
* 'Footnotes' and 'Endnotes' work as expected from Word 2013 to WP 3.9
* (Note: 'Footnotes' and 'Endnotes' are not hyperlinked, future iteration
may implement this)
* Font colors only work using IE11, do not work with Google Chrome 34,
Chrome Canary 36 or Firefox 29
MS Word 2013 HTML Clipboard Source:
{{{
#!text/html
<!--StartFragment-->
<p class=MsoNormal><span style='color:red'>Red text<o:p></o:p></span></p>
<p class=MsoNormal><span style='color:#0070C0'>Blue
text<o:p></o:p></span></p>
<p class=MsoNormal>Normal text<o:p></o:p></p>
<!--EndFragment-->
}}}
IE: WP 3.9 'post' source after pasting from Word 2013
{{{
#!text/html
<p style="margin: 0cm 0cm 8pt;"><span style="color: red;"><span style
="font-family: Calibri;">Red text</span></span></p>
<p style="margin: 0cm 0cm 8pt;"><span style="color: #0070c0;"><span style
="font-family: Calibri;">Blue text</span></span></p>
<p style="margin: 0cm 0cm 8pt;"><span style="color: #000000; font-family:
Calibri;">Normal text</span></p>
<p style="margin: 0cm 0cm 8pt;"><span style="color: #000000; font-family:
Calibri;"> </span></p>
<p style="margin: 0cm 0cm 8pt;"><span style="color: #000000; font-family:
Calibri;"> </span></p>
}}}
Firefox: WP 3.9 'post' source after pasting from Word 2013
{{{
#!text/html
Red text
Blue text
Normal text
}}}
Chrome: WP 3.9 'post' source after pasting from Word 2013
{{{
#!text/html
Red text
Blue text
Normal text
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28016#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list