#32384 closed defect (bug) (worksforme)
Twenty Fifteen : TinyMCE Editor do not use full width
Reported by: |
|
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)
Change History (8)
#1
@
8 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:
↓ 4
@
8 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
@
8 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
@
8 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.
TinyMCE Before