VenkateshSM / dropdown-check-list

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

Dropdown is not visible if displayed in modal dialog with z-index above 500 #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a form with simplemodal plugin (or on a div with z-index > 500)
2. Click drop-down
3. Drop-down is not visible.

What is the expected output? What do you see instead?
I expect to see the dropdown checklist, but it is hidden.

What version of the product are you using? On what operating system?
0.7, Firefox 3.5, IE 8, Windows XP

Please provide any additional information below.
Patch is supplied.  Patch computes maximum z-index of parent containers and
adds 1 to ensure the dropdown list is visible above the parent containers.

Original issue reported on code.google.com by jeff_kne...@yahoo.com on 25 Nov 2009 at 4:30

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by adrian.tosca on 26 Nov 2009 at 5:00

GoogleCodeExporter commented 9 years ago
Thank you, 
I've rewritten it to a more jquerysh style and the fix will be available in the 
next 
version. 

Original comment by adrian.tosca on 26 Nov 2009 at 5:02