зеркало из https://github.com/mozilla/gecko-dev.git
bug 891545 fix context menu for share panel, r=markh
This commit is contained in:
Родитель
b84e7efc30
Коммит
40ac93afed
|
@ -610,11 +610,13 @@ SocialShare = {
|
|||
let iframe = document.createElement("iframe");
|
||||
iframe.setAttribute("type", "content");
|
||||
iframe.setAttribute("class", "social-share-frame");
|
||||
iframe.setAttribute("context", "contentAreaContextMenu");
|
||||
iframe.setAttribute("tooltip", "aHTMLTooltip");
|
||||
iframe.setAttribute("flex", "1");
|
||||
panel.appendChild(iframe);
|
||||
this.populateProviderMenu();
|
||||
},
|
||||
|
||||
|
||||
getSelectedProvider: function() {
|
||||
let provider;
|
||||
let lastProviderOrigin = this.iframe && this.iframe.getAttribute("origin");
|
||||
|
|
Загрузка…
Ссылка в новой задаче