Chandusangale / dropdown-check-list

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

option result list can not be displayed correctly in jquery UI dialog box #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
** What steps will reproduce the problem?
download jquery ui package(latest version for me), in folder 
development-bundle\demos\ of jquery UI package, put simply dropdown check list 
script in the head of default.html

Create your DDCL : $("#s1").dropdownchecklist();

then add your select element inside of jquery ui dialog div:
<div id="dialog" title="Basic dialog">  
    <select id="s1">
    <option>aaaa</option>
    <option>bbbb</option>
    <option>cccc</option>
    </select>   
</div>

** What is the expected output? What do you see instead?
I expect DDCL display options list as usual, and also the result can out of 
dialog box if the options list is long. But the result is, the options list is 
not displayed in bottom of select element, once click on the select, and it 
displays always inside of dialog box (even we have many options)

** What is your environment?
-- DropDownCheckList version: 1.1 
-- jQuery version: 1.4.2
-- jQuery UI version: 1.8.5
-- Browser and version: IE, FF, Chrome (latest version) 

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

screenshot 1 : before clicking (aaaa is a DDCL)
screenshot 2 : after clicking, the options list is displayed in right bottom od 
dialog.
screenshot 2 : use scroll bar to find the selelct element

Original issue reported on code.google.com by lei.sin.cos@gmail.com on 22 Dec 2010 at 2:28

Attachments:

GoogleCodeExporter commented 9 years ago
Please download the v1.2 QA version to see if the positioning problem described 
here has been corrected.

Original comment by womohun...@ittrium.com on 7 Jan 2011 at 5:47

GoogleCodeExporter commented 9 years ago
At first, sorry for my late back because of my busy work.

Then thank for the fix, the DDCL is now correctly displayed in the UI dialog.

But the list can not be displayed out of ui dialog div (see attached 
screenshot), even with the following codes : 

$("#s1").dropdownchecklist({ positionHow: 'absolute' });

Original comment by lei.sin.cos@gmail.com on 10 Feb 2011 at 7:44

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in 1.3 (really 1.2qa)

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