Bug 1049285 - Use openPopupAtScreenRect method for opening e10s popups to ensure they are anchored properly

This commit is contained in:
George Wright 2015-05-08 14:53:56 -04:00
parent 7f3abf8d84
commit f1f51c4373

View File

@ -22,7 +22,7 @@ this.SelectParentHelper = {
currentBrowser = browser;
this._registerListeners(menulist.menupopup);
menulist.menupopup.openPopupAtScreen(rect.left, rect.top + rect.height);
menulist.menupopup.openPopupAtScreenRect("after_start", rect.left, rect.top, rect.width, rect.height, false, false);
menulist.selectedItem.scrollIntoView();
},