Bug 504673: Page doesn't redraw when entering text into field [r=mark.finkle]

This commit is contained in:
Ben Combee 2009-07-22 15:17:16 -04:00
parent 50d45b81e3
commit 2d5c275143

View File

@ -784,6 +784,7 @@ ContentClickingModule.prototype = {
this._events.push({event: aEvent, time: Date.now()});
Browser.canvasBrowser.endPanning();
if (this._clickTimeout == -1) {
this._clickTimeout = window.setTimeout(function _clickTimeout(self) { self._sendSingleClick(); }, 400, this);
} else {