#19434 closed defect (bug) (invalid)
TinyMCE doesn't fit in 1024 wide screen with 2 columns
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3 |
Component: | TinyMCE | Keywords: | |
Focuses: | Cc: |
Description
Since 2 columns is the default layout for the post/page editor and our base grid is 960 (for 1024 wide), it's not okay that the TMCE toolbar breaks the editor so much when at a 1024 wide resolution. It seems like there ought to be a way to make the TMCE toolbar more flexible/responsive. At the very least, it makes demos of WP look terrible, since most projectors knock resolution down to 1024.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Unfortunately no, the TinyMCE toolbars are html tables (cannot be made to wrap around). The only way to make them narrower would be to remove buttons or make the buttons (padding/margins) smaller.
Having said that, the write screen still looks acceptable at 950px width. That's the minimum width before TinyMCE's buttons start breaking the display. Also it seems that the right postboxes area (including padding) has grown in size over the last few releases.