Bit of a headache with this in IE10
Using Apex 4.2 theme 25.
When I have textareas in a Hide and Show region then the widths change according to whether it is Hide and Show (Hidden) or Hide and Show (Expanded).
This doesn't happen in Firefox, just IE.
I get <fieldset tabindex="-1" class="textarea" id="P7_FINANCIAL_BUDGET_fieldset" style="width: 106px;"> when I define the region to start off hidden and expand it, but
<fieldset tabindex="-1" class="textarea" id="P7_FINANCIAL_BUDGET_fieldset" style="width: 294px;"> when I start off expanded
and no "width" attribute at all in Firefox......(where it displays correctly in both scenarios).
Is there some way I can prevent IE from changing the width in this way at a global level rather than per item?
Regards
Mark