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
Родитель 9c703f106a
Коммит 197694aa5d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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 {