#22447 closed defect (bug) (fixed)
Update styling for the Edit Image popup in TinyMCE
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 3.5 |
| Component: | TinyMCE | Version: | 3.5 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
As we are using this in 3.5, the css for the iframe would need some updating.
Attachments (1)
Change History (5)
../../../../../../wp-admin/images/align-none-2x.png works, but isn't valid. We'll need to move those alignment icons into wp-includes to use it here.
koopersmith and I discussed converting this to be a template like everything else. Enables us to reuse existing styles and pieces of HTML to provide a better experience. But, only if we have time. Unfortunately we've approached the long tail of bugs, so this might not be the best use of our time.
Yes, the (old) Edit Image modal is the only place that uses these icons in 3.5. They are in wp-admin/images because of the old Upload/Insert modal that will be removed. The ../../../../../../wp-admin/images/... may look "ugly" but is the only safe way to reference the icons from wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css.

In 22447.patch:
Also removes the "views" styling from the editor content css.