#3250 closed defect (fixed)
Select dropdown won't expand when first option has an empty label
Reported by: | guest | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.4.2 |
Keywords: | select | Cc: | |
Blocked By: | Blocking: |
Description
If the first option of a select widget happens to have an empty label
<option value="someValue" label=""/>
then the dojoComboBoxOptions will only have a height of 16px independent of how many other options are present.
Firefox 2.0.0.4
Change History (4)
comment:1 Changed 14 years ago by
Owner: | changed from bill to haysmark |
---|
comment:2 Changed 14 years ago by
Milestone: | → 0.9 |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
We don't support a label attribute in Dijit 0.9 (rather the label should be inside the option tag as innerHTML, but anyway to Mark to make sure that
won't cause a problem.