shellyBelly / dropdown-check-list

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

initaliy visible not whoving list when shown #242

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
** What steps will reproduce the problem?
1) ddcl is in hidden div (display: none)
2) that parent div is shown (display: block)
3) click on ddcl

** What is the expected output? What do you see instead?
expected to see drop down check box list
drop down check box list is not visible

** What is your environment?
-- DropDownCheckList version: v1.4
-- jQuery version: 1.7.1
-- jQuery UI version: 1.8.18
-- Browser and version: Firefox 11

** Please provide any additional information below/Please attach     <div 
style="display: none;" id="div1">
        <select id="ddcl" class="checklist" multiple="" style="width: 300">
      Enter one-line summary      <option value="1">option 1</option>
            <option value="2">option 2</option>
            <option value="3">option 3</option>
            <option value="4">option 4</option>
        </select>
    </div>

$("#div1").show();

Original issue reported on code.google.com by drakce.d...@gmail.com on 7 May 2012 at 4:03

GoogleCodeExporter commented 9 years ago
I have manage to fix this error (no ideal solution)
Changes I made are in method _setSize (start at line 717)
my first change is at line 745

Original comment by drakce.d...@gmail.com on 7 May 2012 at 4:09

Attachments:

GoogleCodeExporter commented 9 years ago
I believe this is the same issue documented in #153
Thanks for the source code update -- I will try to address this problem in the 
next release.

Original comment by womohun...@ittrium.com on 18 Jun 2012 at 4:39

GoogleCodeExporter commented 9 years ago
What do you mean by "no ideal solution". Does your patch completely fix the 
problem? Does it introduce other glitches?

Original comment by william....@gmail.com on 18 Jun 2012 at 6:04

GoogleCodeExporter commented 9 years ago
it means that I do not like code - it is working properly, but code
can be improved for easier read and understanding

Original comment by drakce.d...@gmail.com on 18 Jun 2012 at 6:29

GoogleCodeExporter commented 9 years ago
"no ideal solution"
 my patch work, but I believe that code can be better - I just patch something so it can work due to project dead line where I was implemented this
and I am new in jQuery / javascript programing. I mostly done in Delphi, C# and 
VB

Original comment by drakce.d...@gmail.com on 18 Jun 2012 at 6:34