Chandusangale / dropdown-check-list

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

List not display when checkbox list is inside a div with initial css property {display:none;} #160

Closed GoogleCodeExporter closed 9 years ago

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

List not display when checkbox list is inside a div with initial css property  
{display:none;}

** What is the expected output? What do you see instead?

When the div is show and I click on "button" to view the list of the checkbox 
,nothing are displayed. 

** What is your environment?
-- DropDownCheckList version:
-- jQuery version:
-- jQuery UI version:
-- Browser and version:

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

Original issue reported on code.google.com by rigmais...@gmail.com on 8 Mar 2011 at 12:04

GoogleCodeExporter commented 9 years ago
This is a known limitation with the current design of DDCL. The SELECT width 
and height must be known to calculate the size/position of the dropdown, and 
width/height are not available within an invisible div.

The current workaround is to apply the DDCL setup to the SELECT as part of your 
process that makes the wrapper div visible, rather than on page load.

The ability to function with an invisible wrapper has been added to the 
wish-list for future enhancements.

Original comment by womohun...@ittrium.com on 8 Mar 2011 at 3:13

GoogleCodeExporter commented 9 years ago
Issue 165 has been merged into this issue.

Original comment by womohun...@ittrium.com on 13 Apr 2011 at 4:51

GoogleCodeExporter commented 9 years ago
Spring cleaning - looking for duplicate issues and found this one.

Original comment by womohun...@ittrium.com on 13 Apr 2011 at 5:52