Closed (fixed)
Project:
Tiny Tiny MCE
Version:
6.x-1.7
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Aug 2008 at 17:45 UTC
Updated:
14 Jul 2012 at 23:25 UTC
When both the left-hand and right-hand sidebars are used and viewed on a 1024x768 monitor, the TinyMCE textarea editor bleeds into the right-hand sidebar. Is there a way to set the width of the Tiny MCE editor to less than 60 columns wide?
Comments
Comment #1
gmgartner commentedThis isn't a bug - it's a support request. Line 229 of tinytinymce.module has the initial height and width parameters of the editor. You will likely run into issues though as tinymce buttons don't tend to wrap unless you make other adjustments via tinyMCE.init and/or css. You can also have a look at the docs for tinymce at http://wiki.moxiecode.com/index.php/TinyMCE:Configuration for all kinds of great ideas for you tinyMCE.init.
Comment #2
cgreenberg commentedI've had the same problem too. I've tried setting the width everywhere in the css with no luck. Can you tell me which css controls the entire width? Or can you show me what adjustments to make to tinyMCE.init?
Comment #3
avangelist commentedindeed, this seems to be quite common, if you look at some of the other threads relating to sizes for tinytinymce they all point to this one aspect.
Comment #4
Steve Lockwood commentedThe new release fixes this (I hope). In advanced mode it should be possible to set the width of the edit area (defaults to 100% which seems to work well).
You might need to visit the admin screen and save to get the new parameter.