Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

CLOSE TAB in content area context menu.

  • Aucune réponse
  • 0 a ce problème
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);"/>
Captures d’écran jointes

Modifié le par deanone

Vous devez vous identifier avec votre compte pour répondre aux messages. Veuillez poser une nouvelle question, si vous n’avez pas encore de compte.