google-code-export / dropdown-check-list

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

Problem with IE6 : overlapping of control #227

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
** What steps will reproduce the problem?
giving one more drop down just below the DDCL .

** What is the expected output? What do you see instead?
when the DDCL option is displayed ;it should not go behind the control.with IE7 
and Firefox same code is working fine.

** What is your environment?
-- DropDownCheckList version:v1.4
-- jQuery version:v1.6.1
-- jQuery UI version:v1.8.13
-- Browser and version:IE6

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

Original issue reported on code.google.com by pranavku...@gmail.com on 17 Jan 2012 at 12:13

Attachments:

GoogleCodeExporter commented 9 years ago
I will no longer be addressing any DDCL problems specific to IE6.  I will leave 
this issue open but out of scope in case anyone else in the community can help 
you.

Original comment by womohun...@ittrium.com on 23 Jan 2012 at 3:25

GoogleCodeExporter commented 9 years ago
I have experienced and resolved this issue. The solution is to download and 
include the bgiframe jquery, then set the "bgiframe" parameter to true in the 
dropdownchecklist parameter(ex.:$(".abc").dropdownchecklist({ emptyText: 
"Select..", width: 70, bgiframe:true });). 
Please also go to "ui.dropdownchecklist.js" and look for "// BGIFrame for IE6" 
to uncomment the line "self.dropWrapper.bgiframe();" if it is commented. My 
environment is just the same as aforementioned.

Original comment by imwa...@gmail.com on 12 Apr 2012 at 7:39

GoogleCodeExporter commented 9 years ago
thanks for help .. i will implement the changes as you suggested and let know 
you about the result.

Original comment by pranavku...@gmail.com on 12 Apr 2012 at 7:56