[wp-trac] [WordPress Trac] #21812: Make custom TinyMCE views easier to implement
WordPress Trac
wp-trac at lists.automattic.com
Wed Oct 10 10:52:17 UTC 2012
#21812: Make custom TinyMCE views easier to implement
----------------------------+---------------------
Reporter: koopersmith | Owner: azaozz
Type: task (blessed) | Status: closed
Priority: high | Milestone: 3.5
Component: TinyMCE | Version: trunk
Severity: normal | Resolution: fixed
Keywords: has-patch |
----------------------------+---------------------
Comment (by koopersmith):
In [22162]:
{{{
#!CommitTicketReference repository="" revision="22162"
Add a class to the TinyMCE view end marker.
Certain TinyMCE plugins scan for all spans in the document and remove any
that do not have classes (or a handful of other attributes). This is quite
aggressive, and breaks the regex used to scan for MCE views when
transforming them back to plain text. Adding a class ensures that any
plugins that do so will not break MCE views.
see #21812, #21390.
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21812#comment:25>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list