EhabBug / dropdown-check-list

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

"Member not found" exception in IE 8 #243

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I found this working on a DNN site, in IE8. When you are loading the optCSS it 
is causing an error in the jQuery file. I tracked down the issue to two lines 
in the code.

lines:
592
252

When you are loading the optCss styles with .attr('style', optCss) for some 
reason this does not work in IE8. I have changed it to .css(optCss.cssText) and 
it works in IE6+, FF, and Chrome.

I have this helps.

-Chris

Original issue reported on code.google.com by Marfiad...@gmail.com on 16 May 2012 at 3:29

GoogleCodeExporter commented 8 years ago
I do most of my work with Firefox and Chrome, so could you point me where you 
are seeing this problem in IE8?  When I use IE8 on the DDCL display pages, I am 
not seeing any kind of error report.

Can you give me step-by-step of where to look in IE8?  Otherwise, I will not be 
able to tell if I fixed anything.
Thanks.

Original comment by womohun...@ittrium.com on 18 Jun 2012 at 4:57