Opened 12 years ago
Closed 12 years ago
#27542 closed defect (bug) (fixed)
Image Edit Buttons not available with large images
| Reported by: | Ipstenu | Owned by: | helen |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.9 |
| Component: | Media | Version: | 3.9 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
In visual mode, if your image is larger than your editing area, you can't see the edit/delete buttons:
The image in question is 1200px wide and as you can see by the little white box on the left corner, I did select the image to edit it. You also can't side scroll.
Theme is Genesis, which has no editor CSS styleing. Can reproduce on TwentyFourteen if I remove the editor-style.css
I think the 'error' here is that if there's no editor-style, forcing the image to the right size in editor, the default is show everything. This will be an issue as that file is still only recommended, which means it's possible a number of themes don't yet handle this. I would suggest some sort of default width (god knows how you'd calculate it at this point) to prevent overflow.
https://make.wordpress.org/themes/guidelines/guidelines-recommended/
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

Reproduced in Twenty Ten with a 1400px wide image once I removed editor-style, though I am able to side scroll in Chrome and Firefox on OSX to reach the edit button.