Bug 1957448 - Disabled context menu within UrlbarView rather than the #urlbar div. r=urlbar-reviewers,Standard8
Differential Revision: https://phabricator.services.mozilla.com/D245055
This commit is contained in:
@@ -164,7 +164,6 @@
|
|||||||
<toolbartabstop/>
|
<toolbartabstop/>
|
||||||
<html:div id="urlbar"
|
<html:div id="urlbar"
|
||||||
popover="manual"
|
popover="manual"
|
||||||
context=""
|
|
||||||
focused="true"
|
focused="true"
|
||||||
pageproxystate="invalid"
|
pageproxystate="invalid"
|
||||||
unifiedsearchbutton-available=""
|
unifiedsearchbutton-available=""
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ export class UrlbarInput {
|
|||||||
this.textbox.appendChild(
|
this.textbox.appendChild(
|
||||||
this.window.MozXULElement.parseXULToFragment(`
|
this.window.MozXULElement.parseXULToFragment(`
|
||||||
<vbox class="urlbarView"
|
<vbox class="urlbarView"
|
||||||
|
context=""
|
||||||
role="group"
|
role="group"
|
||||||
tooltip="aHTMLTooltip">
|
tooltip="aHTMLTooltip">
|
||||||
<html:div class="urlbarView-body-outer">
|
<html:div class="urlbarView-body-outer">
|
||||||
|
|||||||
Reference in New Issue
Block a user