Opened 7 years ago
Closed 7 years ago
#42943 closed defect (bug) (wontfix)
Editor bug
Reported by: | nishajd | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.9.1 |
Component: | Bundled Theme | Keywords: | |
Focuses: | ui, administration | Cc: |
Description
Editor is not fully used.
Right Part of editor is always blank.
There is an issue with css. Fixed width for editor is given.
https://screenshots.firefox.com/rXPM2TxvvyT5epHV/localhost
https://screenshots.firefox.com/rXPM2TxvvyT5epHV/localhost
Attachments (1)
Change History (4)
#2
in reply to:
↑ 1
@
7 years ago
Currently no plugin is activated in my setup. and I am using default theme "Twenty Twelve" with latest version.
After analysis I found bug at
wp-content/themes/twentytwelve/editor-style.css?wp-mce-4607-20171116
html .mceContentBody {
max-width: 625px;
}
#3
@
7 years ago
- Component changed from General to Bundled Theme
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
Hi @nishajd,
This max-width is intentionally set by the theme, this is to make the editing UI match closer to what the maximum width of the text is in the theme.
I'm closing this as wotnfix
as the current behaviour is intentional, and won't be changing.
You can create a child theme of twentytwelve to add/remove/alter any of the default theme styles.
Check your themes and plugins. Themes can add editor styles and plugins can add styles to WP Admin. You likely have a rougue plugin doing something here, because my stock WP install does not have this issue.