Opened 13 years ago
Closed 13 years ago
#6214 closed defect (fixed)
[dojox] dojox.form.DropDownSelect FF2 displayed value issue
Reported by: | dante | Owned by: | nathan |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | DojoX Form | Version: | 1.0 |
Keywords: | Cc: | dante | |
Blocked By: | Blocking: |
Description
After selecting a value from the dropdownselect, FF2 fails to display to value. Safari, FF3 and IE7 all seem to work just fine.
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by
Summary: | [dojox] dojox.form.CheckedMultiSelect FF2 displayed value issue → [dojox] dojox.form.DropDownSelect FF2 displayed value issue |
---|
Changed 13 years ago by
Attachment: | DropDownSelect-FF2.patch added |
---|
comment:2 Changed 13 years ago by
Milestone: | 1.2 → 1.1 |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [13095]) fixes #6214 - Fixes ff2 display issue with DropDownSelect? widget. proxy commit from Nathan Toone. gracias.
Note: See
TracTickets for help on using
tickets.
Patch to fix this issue - it was a timing issue, exacerbated by using stores internally - so we switch to just an internal array of elements.