#4009 closed defect (fixed)
FilteringSelect, Spinner: no styling for invalid value
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In test_FilteringSelect.html on IE6, entering an invalid value should make the combobox turn yellow or some kind of styling... currently there's no change, even when you tab away. Same for spinner (when entering a value manually instead of using arrows)
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Also, the box should turn yellow. You just need to use an alternate approach instead of trying to use :focus css selectors.
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [10355]) Fixes #4009. Consolodated the css styles of InputField?, SpinnerInput?, and ComboBoxInput?.
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
The box cannot turn yellow since IE6 doesn't support :focus css selectors. However, the border should be yellow when you tab away.