Changes between Initial Version and Version 2 of Ticket #27372
- Timestamp:
- 03/12/2014 10:20:23 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27372
- Property Keywords has-patch added
-
Property
Milestone
changed from
Awaiting Review
to3.9
-
Ticket #27372 – Description
initial v2 5 5 I've noticed #21811 makes it possible to edit image directly in the Media Editor, which is great :) 6 6 Unfortunately, there seems to be an annoying side effect when the {{{wp_editor()}}} is used on front-end or if a plugin uses {{{wp_enqueue_media()}}} on front-end which is my case... 7 Clicking on the "Add Media" button no more opens the Media Editor .7 Clicking on the "Add Media" button no more opens the Media Editor since [27445]. 8 8 9 9 I've seen @tomauger in his [https://core.trac.wordpress.org/ticket/21811#comment:64 comment] suggested a patch to fix it. It brings back the Media Editor but clicking on the "Edit image" link of the Media details side box loads the Image Edit view without the toolbar. So it's not usable. The problem seems to be that this part needs a css file that is included in the {{{wp-admin}}} one.