This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

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.

  • Babu amsoshi
  • 0 sa na da wannan matsala
more options

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);"/>
Hoton allon fuska da aka liƙa

An gyara daga deanone

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.