[wp-trac] [WordPress Trac] #21812: Make custom TinyMCE views easier to implement

WordPress Trac wp-trac at lists.automattic.com
Wed Sep 26 14:12:56 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 [22012]:
 {{{
 #!CommitTicketReference repository="" revision="22012"
 First pass on TinyMCE attachment in-editor UI.

 * Adds in-editor UI for image attachments. Most of this UI should be able
 to migrate to all images in a future commit.
 * Removes the wpeditimage TinyMCE plugin from the default plugins array.
 * Add `wp.media.fit`, a helper method to constrain dimensions based upon a
 maximum width and/or height.
 * Add html attribute parsing and string generation utilities (currently
 stored in mce-views).
 * Calling `remove` on a TinyMCE views now ensures that the the parent and
 references are removed as well.
 * Fixes a bug where we weren't sending the full array of results to
 matches in wp.mce.view.

 see #21390, #21812, #21813.
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/21812#comment:17>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list