This issue is fixed in Q1 2013 SP1.
In Q3 2013
Firefox and
Chrome freeze when a
container with a
select element is made
visible with JavaScript and
RadFormDecorator is present on the page. You can follow the issue's progress
here.
The issue will be fixed for the upcoming
Q3 2013 SP1. For the time being possible workarounds are:
- Setting the ControlsToSkip property of the RadFormDecorator to "Select".
- OR placing the provided JavaScript code from the attached archive below the declaration of the RadFormDecorator.
Sample scenarios that reproduce the issue are:
- Expanding an inner item from a RadPanelBar. The RadPanelBar has multiple Items that contain select elements and a RadFormDecorator is present on the page.
- JavaScript is used to set the display property of a container with a select element to "block" for example, multiple containers with select elements are present on the page and RadFormDecorator is used. For example:
JavaScript:
ASPX: