Opened 11 years ago
Closed 11 years ago
#13160 closed defect (fixed)
ValidationTextBox flashes invalid message as you type
Reported by: | Douglas Hays | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit - Form | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In 1.5, the invalid message was constantly displayed as you typed invalid keys. Now it flashes with each key.
Change History (3)
comment:1 Changed 11 years ago by
Owner: | changed from Douglas Hays to bill |
---|
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.7 |
---|---|
Status: | new → assigned |
In 1.5 displayMessage() was called for every keystroke, but it had a guard:
displayMessage: function(/*String*/ message){ ... if(this._message == message){ return; } ... },
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
regressed by [23172]