mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 504673: Page doesn't redraw when entering text into field [r=mark.finkle]
This commit is contained in:
parent
50d45b81e3
commit
2d5c275143
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user