#3762 closed defect (fixed)
[ComboBox]: Value not set in IE
Reported by: | haysmark | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The first combobox in test_ComboBox is not getting its value set on page load. IE is totally ignoring the value attribute and even prevents dojo.mixin from copying it.
The fix is to use the selected attribute on an option tag, and to refer to the selectedIndex attribute on the srcNodeRef to see which option is selected.
Change History (3)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [9653]) Fixes #3762. Proxy commit for haysmark. Added support for the selected attribute in a ComboBox? constructed from option tags.