Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Textarea width in Hide and Show region

Mark BT52Oct 14 2014 — edited Oct 14 2014

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 11 2014
Added on Oct 14 2014
3 comments
346 views