EhabBug / dropdown-check-list

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

dropdownchecklist-firstItemChecksAll not working in ie9 #264

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
** What steps will reproduce the problem?

$(document).ready(function() {  
         $("#users").dropdownchecklist({ firstItemChecksAll: true, maxDropHeight: 100 });  
        });
Here i am trying to retrieve option values from xml file.
      If we run this code in ie8 it works well but in ie9 it displays just dropdown.  

** What is the expected output? What do you see instead?
all options with checkboxes but i see just a dropdown with no options

** What is your environment?
-- DropDownCheckList version:all versions
-- jQuery version:jquery.js
-- jQuery UI version:ui.core.js
-- Browser and version:ie9

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

Original issue reported on code.google.com by chigulla...@gmail.com on 21 Aug 2012 at 6:02

Attachments:

GoogleCodeExporter commented 8 years ago
My tests with IE9 and the DEMO and TESTCASE pages are showing no problems.  Do 
the DEMO and TESTCASE pages work properly for you?  If so, any ideas of what 
might be different between your pages and the project pages?

Original comment by womohun...@ittrium.com on 21 Aug 2012 at 1:51

GoogleCodeExporter commented 8 years ago
Also, from personal experience - I have had tremendous problems using the XML 
functions across the various browsers and versions within browsers. Instead, I 
now use only the jQuery supported 'selector' functions to pick through the 
structure of any DOM.  I have given up on the browser supplied 'node' based 
functions.

You need to set some breakpoints and take a look at the structure of the 
original SELECT element just before you invoke DDCL.  Hope this helps.

Original comment by womohun...@ittrium.com on 21 Aug 2012 at 1:57

GoogleCodeExporter commented 8 years ago
I tried all the options
i have don debugging even...the values getting stored in the options but it
is not displaying in browser ie in ie9 only.
if i keep alert box for the values i get the option value bt in ie9 it
shows nothing.

Original comment by chigulla...@gmail.com on 22 Aug 2012 at 6:18