Index: dojo-release-1.3.2-src/dijit/form/TextBox.js =================================================================== --- dojo-release-1.3.2-src.orig/dijit/form/TextBox.js 2009-11-17 17:01:52.000000000 -0800 +++ dojo-release-1.3.2-src/dijit/form/TextBox.js 2009-11-17 17:10:45.812500000 -0800 @@ -185,7 +185,7 @@ if(this.intermediateChanges){ var _this = this; // the setTimeout allows the key to post to the widget input box - setTimeout(function(){ _this._handleOnChange(_this.attr('value'), false); }, 0); + setTimeout(function(){ _this._handleOnChange(_this.attr('value'), true); }, 0); } this._refreshState(); },