Index: misc/textarea.js
===================================================================
RCS file: /cvs/drupal/drupal/misc/textarea.js,v
retrieving revision 1.16
diff -u -p -r1.16 textarea.js
--- misc/textarea.js	1 Jul 2007 15:37:08 -0000	1.16
+++ misc/textarea.js	4 Aug 2007 17:57:52 -0000
@@ -10,7 +10,7 @@ Drupal.behaviors.textarea = function(con
       .parent().append($('<div class="grippie"></div>').mousedown(startDrag));
 
     // Inherit visibility
-    if ($(this).is(':hidden')) {
+    if ($(this).is('[@disabled]')) {
       $(this).parent().hide();
       $(this).show();
     }
Index: modules/system/system.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.css,v
retrieving revision 1.32
diff -u -p -r1.32 system.css
--- modules/system/system.css	27 Jun 2007 17:54:49 -0000	1.32
+++ modules/system/system.css	4 Aug 2007 18:13:03 -0000
@@ -377,6 +377,7 @@ html.js fieldset.collapsible .fieldset-w
 html.js .resizable-textarea textarea {
   margin-bottom: 0;
   width: 100%;
+  display: block;
 }

 /*
