#4939 closed defect (worksforme)
initial empty filteringselect shows warning icon
Reported by: | Adam Peller | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | Douglas Hays | |
Blocked By: | Blocking: |
Description
In the same spirit as #4427, I think FilteringSelect should not show an error state when displayed with initial empty content. See test_FilteringSelect #2
Attachments (1)
Change History (10)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Cc: | Douglas Hays added; haysmark removed |
---|---|
Owner: | changed from Douglas Hays to haysmark |
comment:3 Changed 13 years ago by
I'm actually having trouble with the "" case in IE also (see test_Editor.html)
Changed 13 years ago by
Attachment: | 4939.patch added |
---|
Added _hasBeenBlurred state variable to FilteringSelect? validation code. Fixes #4939.
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
still broken on Webkit
comment:7 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
seems to work using safari 3.0.3 in winXP
comment:9 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Note: this ticket is about a FilteringSelect? with an invalid (ie, null) value, much like DateTextBox? with no date set. It isn't about when "" is one of the choices in the drop down list, and that's the initially selected choice (which presumably works fine).