Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#42943 closed defect (bug) (wontfix)

Editor bug

Reported by: nishajd's profile 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)

editor-bug.png (164.1 KB) - added by nishajd 7 years ago.

Download all attachments as: .zip

Change History (4)

@nishajd
7 years ago

#1 follow-up: @jeremyescott
7 years ago

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.

#2 in reply to: ↑ 1 @nishajd
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 @dd32
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.

Note: See TracTickets for help on using tickets.