#3522 closed defect (fixed)
Regressions in [9275] in ComboBox
Reported by: | haysmark | Owned by: | bill |
---|---|---|---|
Priority: | blocker | Milestone: | 0.9beta |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Bill, please test your changeset, [9275] :
- hasDownArrow no longer works for ComboBox? and FilteringSelect?: all ComboBoxes? and FilteringSelects? have down arrows, even with those that have hasDownArrow=false.
- The dynamically created ComboBox? in test_ComboBox has no options.
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [9298]) - support onClose parameter to dijit.util.open() to detect when popup was closed by an explicit call to close() or by the user clicking on an empty area of the page
Refs #3517
Also fixed missing call to superclass postMixInProperties (thanks Mark). Refs #3522