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

Chrome & Redirect causes Controls in FormDecorator to stay hidden

3 Answers 71 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 23 Sep 2010, 12:32 AM
When a page containing a FormDecorator control is loaded in Chrome via a Redirect, most (but not all) times the controls all stay hidden.  I read another post about the delay between the hiding of the controls, decorating them, and showing them, but in this case the controls stay hidden.  The issue actually happens on several different pages that are loaded sometimes via a redirect.  The pages work normally in Chrome if not redirected to them and work normally in IE and Firefox.

I'm guessing its related to caching redirects in Chrome, but i'm unable to find a workaround (other than disabling the FormDecorator).  Any ideas that i might try?

Here's a snippet of my code.   The div "displayContainer" contains the controls.  Another thing i noticed is that the "skipped" controls stay hidden too.

<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" Skin="Office2007"
        DecorationZoneID="displayContainer" DecoratedControls="All"  ControlsToSkip="Select"  />
 
<div id="displayContainer"> ... </div>

Thanks,
Scott

3 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 23 Sep 2010, 01:07 PM
Hi Scott,

Could you please check if your application is in debug mode? If it is, set debug=false in your web.config and see if the problem persists.
I am asking this because last week such problem was reported by another customer and our investigation shows that the reason is in the way the new Chrome version handles ASP.NET AJAX scripts when debugging is enabled - the problem is not directly related to our controls and can be reproduced without them as well.

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
Scott
Top achievements
Rank 1
answered on 23 Sep 2010, 07:00 PM
Worked like a charm!
0
Elvis
Top achievements
Rank 2
answered on 19 Dec 2011, 05:20 PM
Same issue here.
Update: Fixed by removing FormDecorator from user control.
Tags
FormDecorator
Asked by
Scott
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Scott
Top achievements
Rank 1
Elvis
Top achievements
Rank 2
Share this question
or