OverflowY style on TextArea not compatible with UpdatePanel

1 reply. Last post: February 9, 2010 11:07 PM by Andi Santoso
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Please place the following code in a page, and press the button labeled "Test". It will trigger a Javascript crash.

 

The error does not occur with other settings (e.g. setting border color to red)

 

<asp:UpdatePanel ID="UpdPanel" runat="server">

<ContentTemplate>

Mitch's Textbox Test 2

<asp:Button ID="Recalculate" Text="Test" runat="server"/> <ISWebInput:WebInput ID="WebInput1" runat="server"> <TextBoxStyle> <Normal OverflowY="Hidden"> </Normal> </TextBoxStyle> </ISWebInput:WebInput> </ContentTemplate> </asp:UpdatePanel>
All times are GMT -5. The time now is 2:18 AM.
Previous Next