NumberTextBox (or perhaps some RegEx-stuff) is extremly slow in the new Dojo version 1.2:
I simple test tells the facts, this is the performance-timings in IE7:
Dojo version 1.2.0 (15385)
Time 1: Reset form with NumberTextBox-fields: 500 millis
Time 2: Reset form with ValidationTextBox-fields: 109 millis
Time 3: Inserting value into NumberTextBox-fields: 938 millis
Time 4: Inserting value into ValidationTextBox-fields: 93 millis
Dojo version 1.1.1 (13707)
Time 1: Reset form with NumberTextBox-fields: 79 millis
Time 2: Reset form with ValidationTextBox-fields: 31 millis
