Showing questions tagged: Show all questions

Is there any way to lock the toolbar?

Hello, I am wondering if there is any way to lock the toolbar so that it does not automatically pop up when you are in full screen mode and hover over the top area of the… (read more)

Hello, I am wondering if there is any way to lock the toolbar so that it does not automatically pop up when you are in full screen mode and hover over the top area of the screen. I cannot easily play some browser games because they must be full screen and the toolbar popping up continuously interrupts the game.

To clarify, I do not want the toolbar to always be there; locking the toolbar so that it automatically shows when in full screen is not the solution I am looking for. I want the toolbar to disappear when I am in full screen and not popup when I hover over the top area of the screen.

Thank you for any help!

Asked by hayley 3 months ago

Last reply by zeroknight 3 months ago

  • Archived

Cannot disable fullscreen animation (F11)

Hi, I'd like to disable that annoying animation when going to fullscreen (by hitting F11). Supposedly, setting the following should work: Go to about:config Set: full-s… (read more)

Hi, I'd like to disable that annoying animation when going to fullscreen (by hitting F11). Supposedly, setting the following should work:

Go to about:config

Set: full-screen-api.transition-duration.enter 0 0 full-screen-api.transition-duration.leave 0 0 full-screen-api.transition.timeout 0 full-screen-api.warning.delay 0 full-screen-api.warning.timeout 0

Restart

However, this does not have any effect in Firefox 94.0 on Ubuntu. Is this a bug/regression? Or is there some other way to disable the animation?

Asked by Bla Blubb 2 years ago

Last reply by cor-el 1 year ago

  • Archived

PDF preview's download button changed behaviour.

Hello Community. I've selected an option to open PDF's in Firefox for preview. And if I wanted to download the PDF after preview, I simply clicked the downloab button fr… (read more)

Hello Community.

I've selected an option to open PDF's in Firefox for preview. And if I wanted to download the PDF after preview, I simply clicked the downloab button from the preview app/tab. The files were downloaded with default filename and to the downloads folder without prompts. But since a while ago the dialog where the save location must be selected and filename given for the file opens up after the click of the download button.

How can I change it back to the previous behaviour without having to input filename and select the file download directory?

Asked by playpig_ 2 years ago

Last reply by Terry 1 year ago

  • Archived

eBay links (not sure what they are called)

when I'm in eBay I can not open links to "contact seller", "view other items" "visit store" This seemed to happen with one of the Firefox updates. I used to be able to … (read more)

when I'm in eBay I can not open links to "contact seller", "view other items" "visit store" This seemed to happen with one of the Firefox updates. I used to be able to click on these and open them up. This is driving me nuts. I can open them on Google Chrome or Safari.

Asked by janmac803 1 year ago

Last reply by jonzn4SUSE 1 year ago

  • Archived

Disabling Control +w keybind

Could you add a option of closing tab with <kbd>Ctrl</kbd>+<kbd>w</kbd> to the advanced preference? Also, I realized that: ```browser.tabs.warnO… (read more)

Could you add a option of closing tab with <kbd>Ctrl</kbd>+<kbd>w</kbd> to the advanced preference?

Also, I realized that:

```browser.tabs.warnOnClose False``` Does this option activates warn when closing the tab? If your answer is yes, it is not working at all.

Asked by maxemilian 1 year ago

Last reply by wtfiwinomgs 1 year ago

  • Archived

Facing error as "Duplicate add-on ID found" While signing self distrubuted firefox extension.

We are distributor of Firefox extension for dragon professional. ( We are self distrubutor of the extension.) It’s ID is dgnria_pro.firefox@nuance.com Now we have done … (read more)

We are distributor of Firefox extension for dragon professional. ( We are self distrubutor of the extension.)

It’s ID is dgnria_pro.firefox@nuance.com

Now we have done some modification to the same extension, while publishing it shows error as “Duplicate add-on ID found.”

Earlier we have used same ID for the Firefox extension in the year 2018.

Currently we have opened new account with same ID “dgnria_pro.firefox@nuance.com” and faced the mentioned issue.

We are expected to publish our extension with the same extension id as we don’t want our existing customers get affected.

Is there any way with which extension id “dgnria_pro.firefox@nuance.com” can be deleted from backend , so that we can reuse it.

Asked by dgnria_pro.firefox 7 months ago

Last reply by Dropa 7 months ago

  • Archived

How to increase the font size in the right click context menu? (2)

Greetings... I would like to increase the font size in right click menu box in FF 89.0 (64-bit) (see attached png) I found a similar 2018 query here at: https://supp… (read more)

Greetings... I would like to increase the font size in right click menu box in FF 89.0 (64-bit) (see attached png)

I found a similar 2018 query here at: https://support.mozilla.org/en-US/questions/1241117#answer-1174375

and based on that exchange I added the following to userChrome.css file

/* FONT SIZE IN RIGHT CLICK MENU BOXES 5/1/22 */

  1. mainPopupSet menuitem,
  2. mainPopupSet menu { font-size: 16pt !important; }

/* */

I closed and reopened FF. This change has no effect on the menu font no matter what font-size value I enter. Have I done something wrong?

Asked by rarebooks 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Customizing Proton design

I was quite unhappy with the new Firefox Proton design, so I made a CSS file and copied the following code from a website. However, I don't know what to do to (1) slightl… (read more)

I was quite unhappy with the new Firefox Proton design, so I made a CSS file and copied the following code from a website. However, I don't know what to do to (1) slightly reduce the tab height, (2) get back tab borders for inactive tabs and (3) remove the small gaps between tabs. How exactly do I have to change the following code to do so (ideally, for convenience, please just complete the code accordingly)? Thanks in advance for any support!

/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/

menupopup:not(.in-menulist) > menuitem, 
menupopup:not(.in-menulist) > menu {
  padding-block: 2px !important; /* reduce to 3px, 2px, 1px or 0px as needed */ 
  min-height: unset !important; /* v92.0 - for padding below 4px */
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;
}

/*** Proton Tabs Tweaks ***/

/* Adjust tab corner shape, optionally remove space below tabs */

#tabbrowser-tabs {
    --user-tab-rounding: 6px;
}

.tab-background {
    border-radius: var(--user-tab-rounding) var(--user-tab-rounding) 0px 0px !important;
    margin-block: 1px 0 !important;
}
#scrollbutton-up, #scrollbutton-down { /* 6/10/2021 */
    border-top-width: 1px !important;
    border-bottom-width: 0 !important;
}
/* Container color bar visibility */
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line {
    margin: 0px max(calc(var(--user-tab-rounding) - 3px), 0px) !important;
}

Asked by laudesimperiales 2 years ago

Last reply by Paulgi 2 years ago

  • Archived

Need help restoring prior profile settings

Posting on behalf of a user who hit the VPN inbound queue with a question better suited for this forum: The tab bar, toolbar, and address bar placement in my Firefox Des… (read more)

Posting on behalf of a user who hit the VPN inbound queue with a question better suited for this forum:

The tab bar, toolbar, and address bar placement in my Firefox Desktop browser has recently changed. I have been trying to revert these recent changes as they interrupt my current workflows.

I DO know which prior profile save contains the desired info however, it contains many files and I DO NOT KNOW which files I need for the bars to be restored. If you could provide me the name(s) of the file(s) that holds the bars data, I am probably saved, hopefully saved.

Asked by SUMOsJR 1 year ago

Last reply by Terry 1 year ago