Opened 11 years ago
Closed 11 years ago
#32007 closed defect (bug) (fixed)
Twenty Fifteen: Image captions are shifted down in TinyMCE
| Reported by: | azaozz | Owned by: | azaozz |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.2 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Happens only in Firefox as the caption <dt> is padded with <br data-mce-bogus="1"> (like any other empty block element in the editor).
Caused by a img { display: block } in the theme's editor-style.css.
Attachments (1)
Change History (9)
#2
@
11 years ago
- Summary Image captions are shifter down when Twenty Fifteen is used → Twenty Fifteen: Image captions are shifted down in TinyMCE
This ticket was mentioned in Slack in #core-editor by azaozz. View the logs.
11 years ago
This ticket was mentioned in Slack in #core by drew. View the logs.
11 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Not sure why images that are wrapped in links have to be display:block inside the editor. Removing that doesn't seem to break anything.