Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#32384 closed defect (bug) (worksforme)

Twenty Fifteen : TinyMCE Editor do not use full width

Reported by: shahpranaf's profile shahpranaf Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Editor Keywords: has-patch
Focuses: ui, administration Cc:

Description

Hi,
I was working with Twenty Fifteen theme and found that the TinyMCE editor was showing white space on right side of text. It was not taking full width available to it.
I've added the patch to solve this issue.

Please see before and after screenshots.

Thanks

Attachments (3)

tinymce_width_before.PNG (107.8 KB) - added by shahpranaf 10 years ago.
TinyMCE Before
wp_tinymcewidth_after.PNG (96.6 KB) - added by shahpranaf 10 years ago.
TinyMCE after
#32384.patch (425 bytes) - added by shahpranaf 10 years ago.
Patch to remove white space

Download all attachments as: .zip

Change History (8)

@shahpranaf
10 years ago

TinyMCE Before

@shahpranaf
10 years ago

TinyMCE after

@shahpranaf
10 years ago

Patch to remove white space

#1 @valendesigns
10 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

The whitespace is there to mimic the front-end content width and is by design. I do not believe this is something that should be fixed.

#2 follow-up: @shahpranaf
10 years ago

  • Keywords has-patch ui-feedback 2nd-opinion added
  • Resolution wontfix deleted
  • Status changed from closed to reopened

@valendesigns,
I don't think this is to mimic front-end as the width of front page is different than this and also if its by design then its not correct. It looked odd to me and waste of space.

#3 @valendesigns
10 years ago

in functions.php you will find this code $content_width = 660; which is the same as the CSS you removed. It's really there for embedded media if memory serves. Granted it looks funny, I still stand by my first response. We can certainly wait for a second opinion though.

#4 in reply to: ↑ 2 @ocean90
10 years ago

  • Keywords ui-feedback 2nd-opinion removed
  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from reopened to closed
  • Version 4.2.2 deleted

Replying to shahpranaf:

@valendesigns,
I don't think this is to mimic front-end as the width of front page is different than this and also if its by design then its not correct. It looked odd to me and waste of space.

See #31967.

#5 @shahpranaf
10 years ago

I searched tinymce but didn't found the same ticket. Sorry for the inconvenience.

Note: See TracTickets for help on using tickets.