#3858 closed defect (fixed)
ComboBox with option tag list has wrong value on page refresh in FF
Reported by: | haysmark | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you load test_ComboBox and refresh the page, the first ComboBox? goes blank. This is because it selects the first value (blank) instead of the "selected" value. This is a bug in FF caused by deleting the option tags.
The workaround for now will be to set display:none on the option tags.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | selectbug.html added |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 13 years ago by
Note: it's strange that we have to do anything at all with the option tags; seems like they wouldn't display anyway, because we remove srcNodeRef from the DOM tree (and replace it with the template for ComboBox?).
Best hint I can find is in [8674], in the comment if you keep the node, it is visible on the page!
, but not sure why. Doesn't seem to be an issue in 0.4 tree.
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Native FF select bug