Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

CLOSE TAB in content area context menu.

  • பதில்கள் இல்லை
  • 0 இந்த பிரச்னைகள் உள்ளது
  • 5 views

I have previously been able to include the tab 'Close Tab' item in the #contentAreaContextMenu by adding it to browser.xhtml. This no longer works even though 'Reopen Closed Tab' and 'New Tab' still do.

     <menuitem id="toolbar-context-openANewTab"
               command="cmd_newNavigatorTab"
               data-l10n-id="toolbar-context-menu-new-tab"/>
     <menuitem id="context_closeTab"
               label="Close Tab"
               data-lazy-l10n-id="tab-context-close-n-tabs"
               data-l10n-args='{"tabCount": 1}'/>
     <menuitem id="context_undoCloseTab"
               label="Reopen Closed Tab"
               data-l10n-id="tab-context-reopen-closed-tabs"
               data-l10n-args='{"tabCount": 1}'
               observes="History:UndoCloseTab"/>


I was previously using the following which no longer works either.

     <menuitem id="context_closeTab"
               label="Close Tab"
               oncommand="BrowserCloseTabOrWindow(event);"/>
I have previously been able to include the tab 'Close Tab' item in the #contentAreaContextMenu by adding it to browser.xhtml. This no longer works even though 'Reopen Closed Tab' and 'New Tab' still do. <menuitem id="toolbar-context-openANewTab" command="cmd_newNavigatorTab" data-l10n-id="toolbar-context-menu-new-tab"/> <menuitem id="context_closeTab" label="Close Tab" data-lazy-l10n-id="tab-context-close-n-tabs" data-l10n-args='{"tabCount": 1}'/> <menuitem id="context_undoCloseTab" label="Reopen Closed Tab" data-l10n-id="tab-context-reopen-closed-tabs" data-l10n-args='{"tabCount": 1}' observes="History:UndoCloseTab"/> I was previously using the following which no longer works either. <menuitem id="context_closeTab" label="Close Tab" oncommand="BrowserCloseTabOrWindow(event);"/>
Attached screenshots

deanone மூலமாக திருத்தப்பட்டது