Showing questions tagged: Show all questions
  • Archived

FFox v92 - Menu Spacing - Bug? (No, not the usual question)

FFox 92 update today. Menu spacing went to double. No shock there. Found the CSS code below for UserChrome.css and set it up. EX. menupopup > menuitem, menupopup &… (read more)

FFox 92 update today. Menu spacing went to double. No shock there. Found the CSS code below for UserChrome.css and set it up.

EX.

menupopup > menuitem, menupopup > menu {
  padding-block: 4px !important;
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;
}

Here's the issue: I want it tighter than 4px. So, I set it down to 2px... eventually dropping it to all 0px settings.

EX:

menupopup > menuitem, menupopup > menu {
  padding-block: 0px !important;
}
:root {
  --arrowpanel-menuitem-padding: 0px 0px !important;
}

But, it doesn't get any smaller than the above 4/8px set up. Bug? Perhaps there's another CSS setting to be tweaked for V 92? I do not have any other CSS for these items elsewhere in my UserChrome file.

Asked by MozzieBob 2 years ago

Last reply by RemySecor 1 year ago

  • Solved
  • Locked
  • Archived

Bookmark Padding in New Firefox Versions

I know I am not the first person to complain about this. The spacing/padding between menu items, in particular the Bookmark menu is just ridiculously large. It got even b… (read more)

I know I am not the first person to complain about this. The spacing/padding between menu items, in particular the Bookmark menu is just ridiculously large. It got even bigger in 92.0!

I rely on Bookmarks heavily and use hundreds. I guess this was done for touch screens? The main interface is still currently the mouse for computers.

I see the only current fix is a using a stylesheet and it seems a bit involved. I have to give it a try. I am pleading with the designers, please give us the option to use compact padding once again. I am not sure why this is being forced on us. I really like Firefox, please don't make me look for another option. Thanks!

Asked by Steve Goncalves 2 years ago

Answered by jscher2000 - Support Volunteer 2 years ago

  • Solved
  • Archived

Lost Bookmarks in Firefox

In trying to fix a Mozilla VPN problem, I uninstalled and reinstalled Firefox as directed by VPN support. Now Firefox has lost its bookmarks. Can they be recovered? If… (read more)

In trying to fix a Mozilla VPN problem, I uninstalled and reinstalled Firefox as directed by VPN support. Now Firefox has lost its bookmarks. Can they be recovered? If so, how?

Asked by rabbit 2 years ago

Answered by FredMcD 2 years ago

  • Archived

Cursor disappears in maps

When i look at a map embedded in website the cursor disappears and only shows up randomnly or when you stop moving the mouse. This makes using maps in Firefox impossible.… (read more)

When i look at a map embedded in website the cursor disappears and only shows up randomnly or when you stop moving the mouse. This makes using maps in Firefox impossible. Must be related to Firefox - works in Google Chrome Please fix or advise or I have to change webbrowser

Asked by roger.pettersson 2 years ago

Last reply by myan916 1 year ago

  • Archived

Lost 200+ tabs after big computer crash

Hello, I really need some help, I don't know if I can still do anything, but at least I'm asking here. Last night, my computer crashed really bad and I went to sleep, t… (read more)

Hello,

I really need some help, I don't know if I can still do anything, but at least I'm asking here. Last night, my computer crashed really bad and I went to sleep, today, my Firefox tabs were all gone. I had more than 200 open tabs with stuff to keep in mind, stuff to do later and other things... The weirdest part is that I still had some tabs opened, but it was tabs from 21/012021, how bizarre is that?

I tried everything I could find on here or on other website, but nothing helped. I even tried a recovery of my computer to a week ago, in vain. The only useful thread was this one : https://support.mozilla.org/en-US/questions/1310742

With ShadowExplorer I found two files from the 23/01/2022 in sessionstore-backups : recovery.baklz4 recovery.jsonlz4

But trying the methods from the previous thread never worked. I also tried to just copy my whole profile folder from the 23/01/2022, and again, no result.

I'm stuck now, I really don't want to lose my tabs and I KNOW they're somewhere.

Thanks in advance.

Asked by JZ 1 year ago

Last reply by JZ 1 year ago

  • Solved
  • Archived

Firefox address bar under remote control. No solution found in community or on web yet.

Greetings. I have scoured the web and read all the community posts on this robot head, under remote control, and orange stripes in the address bar problem that so many pe… (read more)

Greetings. I have scoured the web and read all the community posts on this robot head, under remote control, and orange stripes in the address bar problem that so many people seem to be having. There are a few answers, but almost all of them use very technical terms that are way above my head and not defined. None of them provide a sequence of steps to fix the problem that a browser novice might be able to follow. Surely there must be a way to fix this or to explain to frustrated users why it is there and not removable. None of my other Firefox browsers have this on other machines.

Is there a series of steps to solve the problem? That would be so helpful especially without undefined terms. Thanks so much. This type of answer will help so many frustrated users (me included of course) :)

Asked by photonic 2 years ago

Answered by cor-el 2 years ago

  • Solved
  • Locked
  • Archived

CSS help needed: how do I recolor bookmark drop-down menus?

So I've got Proton UI forced on me today in 92.0 update and accordingly had to spend my entire evening trying to repair all of the damage. So far I've managed to fix menu… (read more)

So I've got Proton UI forced on me today in 92.0 update and accordingly had to spend my entire evening trying to repair all of the damage. So far I've managed to fix menu spacing and the way tabs look all while not breaking previous walls of text in userChrome.css meant to fix even older UI problems. Still one thing I failed to find any solutions to is the bookmark drop-down menus color issue. Those menus used to be gray, but now they are all bright white, which to me is super annoying. Any tips on how to fully recolor those?

Asked by jbrandom2 2 years ago

Answered by cor-el 2 years 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

  • Solved
  • Archived

QuotaExceededError: The quota has been exceeded

Quota has been exceeded i get this error frequently while using freshdesk in Mozilla Firefox every time I have to clear cookie and cache and restart Firefox also tried … (read more)

Quota has been exceeded i get this error frequently while using freshdesk in Mozilla Firefox

every time I have to clear cookie and cache and restart Firefox

also tried updating Firefox

I'm using since more than 2years but this issue is since last 2 months only

Please help

Asked by Maddy 2 years ago

Answered by TyDraniu 2 years ago

  • Archived

PR end of file error

After the last update, I get the "PR end of file" error on several of my trusted web sites, like my bank. I like FF and have used it for years, but keep getting frustrate… (read more)

After the last update, I get the "PR end of file" error on several of my trusted web sites, like my bank. I like FF and have used it for years, but keep getting frustrated with things like this. Its equally frustrating to have to wade thru the "fixes". I shouldnt have to do this. Brave is looking better and better

Asked by kridgerd 2 years ago

Last reply by BenSawya 1 year ago

  • Archived

mouse cursor issues with Google Maps

Suddenly my mouse cursor is erratic when I am using Google Maps through Firefox. The cursor is invisible and shows up erratically on the screen. Very hard to select anyt… (read more)

Suddenly my mouse cursor is erratic when I am using Google Maps through Firefox. The cursor is invisible and shows up erratically on the screen. Very hard to select anything on a map. This problem seems to have started out of the blue yesterday (September 10, 2021). I made no changes to anything that I am aware of. This problem does not happen on any other browser page, or any other application on my PC. Just Google maps through Firefox. I tried Google Chrome and the cursor worked fine.

Asked by schneidm 2 years ago

Last reply by cor-el 1 year ago

  • Solved
  • Archived

Updated Firefox "improvements" . . . !

Firefox 92.0 : So now comes another "improvement" from the folks behind a program . . . NOT! USED TO BE: Click on a Bookmark in the Bookmarks Toolbar and the roll-… (read more)

Firefox 92.0 : So now comes another "improvement" from the folks behind a program . . . NOT!

USED TO BE: Click on a Bookmark in the Bookmarks Toolbar and the roll-down would be single lines -- meaning a person could control the number of links in that Bookmark so the roll-down would go to the bottom of the screen. Simple to read, no extra activity needed.

NOW IN THE "NEW & IMPROVED" VERSION: Click on a Bookmark in the Bookmarks Toolbar and the roll-down is 1.5 or 2.0 spacing -- meaning a person is now required to futz with the roll-down since it goes way past the bottom of the screen. A waste of time to search, since one is required to spend the extra activity to scroll down and down and down until all of the bookmarks have become visible.

VISIBLE? Ha. Part of the "NEW & IMPROVED VERSION" is that the screen font used by Firefox is that all-too-ubiquitous light gray color that can barely be read unless is blessed with exceptionally good eyesight. Some websites these days think it is So Very Hip to utilize that style of font -- but make it even lighter! Mindless Madness.

SO: How does one 1. Return the Bookmark roll-down list back to a single-line style? 2. Change the font color so that it is dark enough to be readily read?

Thank you.

Asked by Hikermann 2 years ago

Answered by cor-el 1 year ago

  • Archived

Page won't hard refresh

I've got a problem with one page not wanting to hard refresh. All the other pages on the site works fine, but when I enter the specific page, it jumps back to my old prof… (read more)

I've got a problem with one page not wanting to hard refresh. All the other pages on the site works fine, but when I enter the specific page, it jumps back to my old profile picture and won't show the data that was gone when that version excisted.

I've tried shift + refresh, I've tried deleting firefox, roll back firefox, the only thing I can't seem to do is delete everything in firefox and then log in at new to see if that fixes the problem. Not sure if it's a tool or if I have to go manually into the folders to do that, but I got a lot of info on here so was hoping that would be the last possible solution.

Asked by Anki86 2 years ago

Last reply by cor-el 1 year ago

  • Archived

Firefox not MultiThreaded

I expect that each page / tab in firefox is placed in its own thread. However, I experience that when one page gets stuck .. javascript is caught in a wait loop .. tha… (read more)

I expect that each page / tab in firefox is placed in its own thread.

However, I experience that when one page gets stuck .. javascript is caught in a wait loop .. that this affects other pages.

Is there something in FireFox that I can change to insure that each page is in it's own thread, and doesn't affect another page's performance?

Asked by mfuhrman 2 years ago

Last reply by cor-el 2 years ago

  • Archived

Bookmark toolbar menus now have too much vertical space.

In the changes for Firefox 92, I see "The bookmark toolbar menus on macOS now follow Firefox visual styles." Is there a way to revert to the more compact view for these … (read more)

In the changes for Firefox 92, I see "The bookmark toolbar menus on macOS now follow Firefox visual styles." Is there a way to revert to the more compact view for these menus I am used to? I am using a MacBook Pro (Retina, 15-inch, Mid 2015) with macOS 11.1.

Asked by caroline.arms 2 years ago

Last reply by caroline.arms 1 year ago

  • Solved
  • Archived

Undoing "don't allow [website] to prompt me"

Hello! A site kept popping up a confirmation window for an action I was trying to take, and in the confirmation window, there was a checkbox for something like "don't al… (read more)

Hello! A site kept popping up a confirmation window for an action I was trying to take, and in the confirmation window, there was a checkbox for something like "don't allow [this website] to prompt me again" (that's as best I can remember). I checked the box thinking it would just allow the action to happen without the confirmation window, but instead, the site just won't take that action anymore. How can I undo this setting? Thank you!

Asked by abby.phelps 2 years ago

Answered by jscher2000 - Support Volunteer 2 years ago

  • Archived

Prevent manage history - library from resetting

Is there an option to prevent the library from auto resetting to the top everytime I click an old website visit history? Its kind of annoying to always scroll down just t… (read more)

Is there an option to prevent the library from auto resetting to the top everytime I click an old website visit history? Its kind of annoying to always scroll down just to go back and click the next website to it. Im opening multiple histories btw I love ff.

Asked by sirmiles20 2 years ago

Last reply by hovetaut 1 year ago

  • Archived

Problem Loading Page - Secure Connection Failed

No matter what I try, I can't login to tumblr on firefox - it works fine on other browsers, but not firefox. It keeps giving me the Secure Connection Failed An error oc… (read more)

No matter what I try, I can't login to tumblr on firefox - it works fine on other browsers, but not firefox. It keeps giving me the

Secure Connection Failed

An error occurred during a connection to www.tumblr.com. PR_END_OF_FILE_ERROR

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Learn more…

Message. I have tried removing antivirus extentions from the browser that might change the URL and adding Tumblr to the exclusions list on my computer's main antivirus program and it still doesn't work. What can I do to stop getting this error?

Asked by Faetouched 2 years ago

Last reply by Lora316K 1 year ago