mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1049285 - Use openPopupAtScreenRect method for opening e10s popups to ensure they are anchored properly
This commit is contained in:
parent
7f3abf8d84
commit
f1f51c4373
@ -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();
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user