Keti777 / dropdown-check-list

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

IE6 z-index #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Place normal select box below mulitple select
2. View in IE6
3. Open the select box

What is the expected output? What do you see instead?
Normally, the multiple select box will cover the following normal select,
but in IE6 it doesn't

What version of the product are you using? On what operating system?
Using 0.6

Please provide any additional information below.
Addded z-index for both elements isn't working in IE6

Original issue reported on code.google.com by holger.k...@gmail.com on 19 Oct 2009 at 9:25

GoogleCodeExporter commented 8 years ago
This is a known bug of IE6, the select element in dropdown mode will cover all 
other 
controls ignoring the z-index. For a possible workaround see 
http://plugins.jquery.com/project/bgiframe
If you can integrate the plugin please drop me a note.

Original comment by adrian.tosca on 1 Nov 2009 at 7:47

GoogleCodeExporter commented 8 years ago
I have encountered this problem too and appreciate it is a well documented bug 
in 
IE6 whereby IE6 treats all selection boxes on a different z-index 'plane' to 
the 
dynamic HTML content. The result is that standard select boxes always sit above 
the 
rest of the page. I really need to work around this somehow but have no 
experience 
of BGIFRAME. Is there any known work around specifically for this DDCL plug in?

I am stuck with IE6 unfortunately. (all works fine in IE7 and Firefox)

Original comment by co...@anderson.cx on 18 Nov 2009 at 1:13

GoogleCodeExporter commented 8 years ago
I've been able to integrate the bgiframe plugin, please see the diff file 
attached.

Original comment by bishibo...@gmail.com on 25 Nov 2009 at 9:53

Attachments:

GoogleCodeExporter commented 8 years ago
Thank you, I'll merge it to the next version.

Original comment by adrian.tosca on 25 Nov 2009 at 10:38

GoogleCodeExporter commented 8 years ago

Original comment by adrian.tosca on 25 Nov 2009 at 11:01