Opened 11 years ago
Closed 11 years ago
#32007 closed defect (bug) (fixed)
Twenty Fifteen: Image captions are shifted down in TinyMCE
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.2 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Bundled Theme | Keywords: | |
| Focuses: | Cc: |
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 changed from Image captions are shifter down when Twenty Fifteen is used to 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.
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.