[Dojo-checkins] [dojo] #7994: dijit.form.ValidationTextBox calls validator function twice onBlur
dojo
trac at dojotoolkit.org
Tue Jan 20 20:40:06 UTC 2009
#7994: dijit.form.ValidationTextBox calls validator function twice onBlur
------------------------------------------------+---------------------------
Reporter: s_i_z_o | Owner: doughays
Type: defect | Status: closed
Priority: normal | Milestone: 1.3
Component: Dijit | Version: 1.2.0
Severity: normal | Resolution: fixed
Keywords: ValidationTextBox validator onBlur |
------------------------------------------------+---------------------------
Changes (by doughays):
* status: assigned => closed
* resolution: => fixed
Comment:
(In [16424]) Fixes #7994. Removed some extraneous validate() calls.
Removed some template attachevents to onfocus and onblur in preference to
using _onFocus and _onBlur. Added onChange(undefined) event when the user
textbox input is invalid and onblur event fires (previously no event
fired).
--
Ticket URL: </ticket/7994#comment:4>
dojo <http://dojotoolkit.org/>
The Dojo UI Toolkit
More information about the Dojo-checkins
mailing list