[wp-trac] [WordPress Trac] #19845: Drag and drop files into the Visual Editor

WordPress Trac noreply at wordpress.org
Sat Mar 1 21:27:32 UTC 2014


#19845: Drag and drop files into the Visual Editor
-----------------------------+-------------------------
 Reporter:  kovshenin        |       Owner:
     Type:  feature request  |      Status:  new
 Priority:  normal           |   Milestone:  3.9
Component:  Media            |     Version:
 Severity:  normal           |  Resolution:
 Keywords:  has-patch        |     Focuses:  javascript
-----------------------------+-------------------------
Changes (by nacin):

 * milestone:  Future Release => 3.9


Comment:

 The alternative workflow is something we should experiment with in the
 future, but the new approach from kovshenin is great for 3.9.

 I can reproduce the issue with a direct drag to TinyMCE.

 One enhancement would be for it to work on all editor instances (in the
 admin). To add one:
 {{{
 add_action( 'edit_form_advanced', function( $post ) {
         wp_editor( '', 'content_2' );
 } );
 }}}

 I'm going to commit this and then we can iterate.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/19845#comment:32>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list