Bug 561064 - Larry menu doesn't work correctly when finger is dragged from the Larry menu to awesome bar url field [r=mfinkle]

This commit is contained in:
Vivien Nicolas 2010-04-22 11:12:34 -04:00
parent 0da91d92de
commit 9b30b35e07

View File

@ -709,6 +709,9 @@ var BrowserUI = {
break;
// URL textbox events
case "mouseup":
if (!this._isEventInsidePopup(aEvent))
this._hidePopup();
if (aEvent.detail < 2 && aEvent.button == 0)
this.doCommand("cmd_openLocation");
break;