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
Comment #1
dublin drupaller commentedTry adding this to your style.css *and* removing the grippie thing (textarea.js in your misc folder)
Dub
Comment #2
buddaDoesn't improve anything.
Comment #3
buddaThe fix is http://drupal.org/node/86298.
Can this be rolled in to the theme in CVS?
Comment #4
Mad Maks commentednext week do i have the time to look at it.
Comment #5
Drupal9.9 commentedAdd this:
form {
width: 99%;
}
at the end of your style.css file.
Comment #6
Mad Maks commentedcommitted to the cvs (4.7.x and HEAD)
Comment #7
(not verified) commented