Bug 821328 - PlacesUIUtils._openNodeIn throws with alt modifier.

r=dao
This commit is contained in:
Marco Bonardo 2012-12-17 15:13:52 +01:00
parent 18c881540a
commit 034a583dbc

View File

@ -622,7 +622,7 @@ this.PlacesUIUtils = {
openNodeWithEvent:
function PUIU_openNodeWithEvent(aNode, aEvent, aView) {
let window = aView.ownerWindow;
this._openNodeIn(aNode, window.whereToOpenLink(aEvent), window);
this._openNodeIn(aNode, window.whereToOpenLink(aEvent, false, true), window);
},
/**