Prikaz pitanja označenih s: Prikaži sva pitanja

CLOSE TAB in content area context menu.

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 Clo… (saznaj više)

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);"/>

Asked by deanone prije 2 tjedna

save a copy of a existing file in the choosen directory

sorry for my bad english. in german I always get in a circle an come never to this page to put in a question. I use version 127.0 and look for in the option to change sav… (saznaj više)

sorry for my bad english. in german I always get in a circle an come never to this page to put in a question. I use version 127.0 and look for in the option to change save file behavior. I already asked google and the comments are from 2022. I like to activate a third button in the save file message box. Currently there are 2 buttons and I want to activate the 3. butten named "save a copy" or like this. I want to choose the directory always self and when I like I want to decide to save a copy with this button and firefox add a copy number automaticaly. I know from google if I do not use the option "always ask where to save file" firefox do so. As background I need this when I use a auto clicker to use a button on a page to download smartmeter data files. Unfortunatly the file have always the same name and not include the date and time. Unfortunatly I am not able to configure firefox automaticaly with the auto clicker or in the crone job file.

Asked by Harald_Schabauer prije 5 dana