Completed
Last Updated: 16 Feb 2015 12:08 by Ed
ADMIN
Danail Vasilev
Created on: 28 Oct 2014 16:56
Category: FormDecorator
Type: Bug Report
1
FIX Selecting an item from a decorated ASP DropDownList by RadFormDecorator takes longer time in IE7/IE8 when many items are present

		
1 comment
Ed
Posted on: 30 Oct 2014 16:30
This is actually a problem with IE 11 that I reported.  To reproduce:

1. Create an ASP.Net page, add a RadFormDecorator 
2. Add an ASP.Net Dropdownlist, and either through data binding or code, load it with around 1400 list items
3. On the page click to open the list, and select an item.  THIS IS WHERE THE DELAY HAPPENS.  There is a long delay before the list closes with the item selected.
Sometimes, the browser gives a message about a long running script.
4.  Change the RadFormDecorator to exclude the SELECT tag.  Run the page again and notice that the delay is not there.