Apex 4.0.2
I seem to be having a problem where all my textareas are not expanding regardless of content, and regardless of the width I set when defining the item. I see a fieldset as follows. Which I am assuming is the problem. If I use Firebug to remove it the issue resolves.
<fieldset id="P1001_IN_FULL_DESCRIPTION_fieldset" class="textarea" style="width: 0px;">
Is there something I am doing to cause this element style to be applied?
Thanks!