waseem02 / jquery-asmselect

Automatically exported from code.google.com/p/jquery-asmselect
0 stars 0 forks source link

Shows 20 options and then minimizes select to 1 view. #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Refreshing the page
2.
3.

What is the expected output? What do you see instead?
On initial page load should show just the select with 1 option instead of 
20 options and then minimize.

What version of the product are you using? On what operating system?
1.0.4a - Windows XP Pro SP3

Please provide any additional information below.

Original issue reported on code.google.com by djacob...@jhmi.edu on 16 Nov 2009 at 9:25

GoogleCodeExporter commented 8 years ago
Happens in IE 7,8 and FF 3.5.5

Original comment by djacob...@jhmi.edu on 16 Nov 2009 at 9:27

GoogleCodeExporter commented 8 years ago
Unable to duplicate so far. Though not sure I fully understand the scenario. Do 
you have a live example?

Thanks,
Ryan

Original comment by ryancram...@gmail.com on 10 Jul 2010 at 3:55

GoogleCodeExporter commented 8 years ago
This is not exactly a fix, but if you give the select element on the page 
style="display: none;", the 20 or so items won't show before the minimized 
select options are loaded and show on the page.

i.e.
<select id="sites" multiple="multiple" name="sites[]" style="width: 520px; 
display: none;">

Original comment by heather....@gmail.com on 15 Nov 2010 at 5:37