RajeshChaudhary345 / dropdown-check-list

Automatically exported from code.google.com/p/dropdown-check-list
0 stars 0 forks source link

IE hangs on drop down #179

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
** What steps will reproduce the problem?
Create two dropdown-check-list with around 25 items
On dropdown of the second dropdown-check-list, IE frezes. works fine in chrome 
and Firefox.

** What is the expected output? What do you see instead?
Should not freeze Internet Explorer.

** What is your environment?
Internet Explorer 8
Windows XP Pro SP3

-- DropDownCheckList version:
1.3

-- jQuery version:
1.4.4

-- jQuery UI version:
1.8.9

-- Browser and version:
Internet Explorer 8

** Please provide any additional information below/Please attach sample
html

Sample html file attached, it assumes the scriptfiles are in a 'Script' folder 
and css files are in 'CSS' folder in the root directory.

Original issue reported on code.google.com by anuand...@gmail.com on 7 May 2011 at 12:22

Attachments:

GoogleCodeExporter commented 8 years ago
Do you have any problem with the demo and test pages of this project?  Both 
include multiple examples of DDCL, and the test page includes some extremely 
large dropdowns to stress the IE environment.

Original comment by womohun...@ittrium.com on 16 May 2011 at 2:58

GoogleCodeExporter commented 8 years ago
You may also want to look at issue 148 and see if it is relevant.

Original comment by womohun...@ittrium.com on 16 May 2011 at 3:11

GoogleCodeExporter commented 8 years ago
In the Demo pages it just works fine. I checked the issue 148, it didnt work.

Original comment by anuand...@gmail.com on 16 May 2011 at 10:08

GoogleCodeExporter commented 8 years ago
I also had similar issue in IE8 when the list is large. By giving the 
maxDropHeight  $("#ddlState").dropdownchecklist({ maxDropHeight: 250 });, the 
problem went away.

Original comment by rosha...@gmail.com on 18 May 2011 at 3:22

GoogleCodeExporter commented 8 years ago
The IE 8 lockup issue will now only be tracked as part of issue 148

Original comment by womohun...@ittrium.com on 13 Jun 2011 at 6:08