I'm using Zen, WYSIWYG and TinyMCE. I have a content type with a text field that can take multiple values (Number of values: Unlimited) and TinyMCE is enabled for all editing text areas. The issue is that with Zen, for this field, the edit area's width is ~half of the normal width. All other edit areas with TinyMCE are ok as long as there aren't multiple values for that field. All edit boxes (including multiple values ones) are ok with other themes.
Attached a screenshot (ignore the height) showing the edit box for the body (which is ok) and the edit boxes for the multiple values field (which are not ok, width too small).
| Comment | File | Size | Author |
|---|---|---|---|
| snapshot3.png | 37.28 KB | dandu |
Comments
Comment #1
akalata commentedClosing old/inactive requests.
Comment #2
eneko1907 commentedI observe the described behaviour in a vanilla drupal instance - Drupal 6.20
Only the cck-6.x-2.8 "text" and "content" modules were enabled
-plus- the wysiwyg-6.x-2.2 with tinyMCE-3.3.9 js lib installed.
I added two "text area" CCK fields to the Page content type. One is an optional one "Number of values" (only one box). THe other field is an "Unlimited" number of values.
The text area width takes the real state as expected in gargland and minnelli themes, but is otherwise reduced to half or so the size of the main content for all the other core themes, including chamaleon, bluemarine, marvin and pushbutton. It is tempting to think that this happens with non-tableless themes, but then, the simply modern is distributed as tableless. It happens both with FF3.6 and IE8 (latest versions), I explored a bit more with firebug, but nothing really struck (im no CSS expert)
Any guidance appreciated, thanks, Inigo
Comment #3
pinoloConfirmed with Drupal 6.20, WYSIWYG 2.x and a Zen 2.x derived subtheme. Confirmed also that Firebug isn't great help. The fact that the shrinking of the textarea happens after page load, makes me wonder if there's some JS/jQuery involved.
The WYSIWYG setup includes:
* Wysiwyg CCK Integration
* jQuery AOP
* jQuery Form Update
* JS Alter
But they all worked together very well when an early stage of the site run on the Acquia Marina theme.
Also, the issue arises with other editors (e.g. CKeditor 3), too, althought it's less visible, because the configured toolbar forces a certain minimal width. Hence, I'm removing the TinyMCE tag. I think the trouble is hiding somewhere between WYSIWYG, Zen and CCK.