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:
Dão Gottwald
2025-04-11 16:14:06 +00:00
parent 18f354fae7
commit ff54df4c81
2 changed files with 1 additions and 1 deletions

View File

@@ -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=""

View File

@@ -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">