#3269 closed task (fixed)
Select/Autocompleter: add parameter to display/hide down arrow
Reported by: | bill | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I think Owen said this might need to point to separate templates (you can set the template in postMixInProperties), or maybe it's just setting a different CSS flag on the root node.
Change History (6)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The drop down is much too wide. Reopening bug.
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
(In [9198]) Changed ComboBoxNoArrow? styles so that the table did not have unnecessary space on the sides (threw off popup size). Fixes #3269. Patch from Mark Hays (IBM, CCLA on file)
comment:6 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [9138]) Added hasDownArrow flag to _DropDownTextBox that adjusts CSS class to not show arrow. Arrow changing code checks to see if the arrow exists. Fixes #3269.