mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 597600 part 2 onMouseUp stops long tap timer r=mfinkle
This commit is contained in:
parent
c1e0c84a37
commit
5a96a4c0ef
@ -786,7 +786,6 @@ var BrowserUI = {
|
|||||||
this.doCommand("cmd_openLocation");
|
this.doCommand("cmd_openLocation");
|
||||||
break;
|
break;
|
||||||
case "mousedown":
|
case "mousedown":
|
||||||
Util.dumpLn('HIDE');
|
|
||||||
if (!this._isEventInsidePopup(aEvent))
|
if (!this._isEventInsidePopup(aEvent))
|
||||||
this._hidePopup();
|
this._hidePopup();
|
||||||
|
|
||||||
|
@ -245,6 +245,7 @@ MouseModule.prototype = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this._longClickTimeout.clear();
|
||||||
this._target = null;
|
this._target = null;
|
||||||
|
|
||||||
// Do pan
|
// Do pan
|
||||||
|
Loading…
Reference in New Issue
Block a user