This is a migrated thread and some comments may be shown as answers.

Loss of Textbox input within a fieldset on IE 8 broswer's back button

3 Answers 48 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Ronnie
Top achievements
Rank 1
Ronnie asked on 19 Jun 2010, 08:37 AM

Hello,

In Internet Explorer 8 (not a problem with FireFox 3.6.3), when inputting various TextBox fields and then clicking a "Next >>" Button, if clicking on the browser's back button, the textbox's input is cleared.  I've been taking the page apart and finally traced it to the RadFormDecorator, specifically the "Fieldset".

So, when including ControlsToSkip="Fieldset" then on back button the state remains, but otherwise it's cleared.
Here's the working example, but I lose the decoration of the fieldset:

   <telerik:RadFormDecorator ID="RadFormDecorator1" runat="server"   
      DecoratedControls="All" ControlsToSkip="Fieldset" Skin="Office2007" /> 
   <fieldset> 
      <legend>Information</legend> 
      <telerik:RadTextBox ID="RadTextBox1" runat="server" /> 
   </fieldset> 
   <asp:Button ID="Button1" runat="server" Text="Next >>" OnClick="Button1_Click" /> 

Any idea's why...?  Does a solution exist..?
Thank you in advance,
Ronnie

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 24 Jun 2010, 09:44 AM
Hi Ronnie,

Thank you for bringing this problem to our attention. At this point we cannot offer a workaround different than disabling the fieldset decoration, but I logged this issue in our database for future research and hopefully - a fix. I updated your points as well.


Regards,
Georgi Tunev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Accepted
Georgi Tunev
Telerik team
answered on 25 Jun 2010, 09:25 AM
Hello again Ronnie,

The problem is due to browser's behavior (IE). It cannot populate properly the previous values because in order to enable rounded corners in IE, we are using additional HTML elements (tables) and the original element is moved in the DOM. To avoid the problem EnableRoundedCorners should be set to false.

Best wishes,
Georgi Tunev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Ronnie
Top achievements
Rank 1
answered on 25 Jun 2010, 04:36 PM
Excellent.  Thank you.
Tags
FormDecorator
Asked by
Ronnie
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Ronnie
Top achievements
Rank 1
Share this question
or