This only occurs in IE (tested in IE6). Everything is fine in FireFox.

When typing anything in to a node's body textarea it will instantly expand horizontally off to the right of the browser window.
I have tested with and without the Javascript enabled for the textarea grippie.

Comments

dublin drupaller’s picture

Try adding this to your style.css *and* removing the grippie thing (textarea.js in your misc folder)

#edit-body {width:98%;}

Dub

budda’s picture

Doesn't improve anything.

budda’s picture

Status: Active » Reviewed & tested by the community

The fix is http://drupal.org/node/86298.
Can this be rolled in to the theme in CVS?

Mad Maks’s picture

next week do i have the time to look at it.

Drupal9.9’s picture

Add this:

form {
width: 99%;
}

at the end of your style.css file.

Mad Maks’s picture

Status: Reviewed & tested by the community » Fixed

committed to the cvs (4.7.x and HEAD)

Anonymous’s picture

Status: Fixed » Closed (fixed)