diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-07-27 19:19:13 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-07-27 19:19:13 -0400 |
commit | 183f736a6749919475dd5ec06544a1705b63ec2b (patch) | |
tree | b834e17d243aa0b969d75435e30da0f7bf4fbd51 /base/content/web-panels.xul | |
parent | c22b61e111b4c0c5830b3e35950e7dd569eb72c6 (diff) | |
download | iceweasel-uxp-183f736a6749919475dd5ec06544a1705b63ec2b.tar.gz |
remove deprecated HTML5 context-menu
Diffstat (limited to 'base/content/web-panels.xul')
-rw-r--r-- | base/content/web-panels.xul | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/content/web-panels.xul b/base/content/web-panels.xul index 223b20e..868dd55 100644 --- a/base/content/web-panels.xul +++ b/base/content/web-panels.xul @@ -48,10 +48,10 @@ <popupset id="mainPopupSet"> <tooltip id="aHTMLTooltip" page="true"/> - <menupopup id="contentAreaContextMenu" pagemenu="start" + <menupopup id="contentAreaContextMenu" onpopupshowing="if (event.target != this) return true; - gContextMenu = new nsContextMenu(this, event.shiftKey); + gContextMenu = new nsContextMenu(this); if (gContextMenu.shouldDisplay) document.popupNode = this.triggerNode; return gContextMenu.shouldDisplay;" |