Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Okugcinwe kunqolobane

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 &… (funda kabanzi)

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 iminyaka edlule

Last reply by RemySecor 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 iminyaka edlule

Answered by FredMcD 2 iminyaka edlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 iminyaka edlule

Answered by jscher2000 - Support Volunteer 2 iminyaka edlule

  • Okugcinwe kunqolobane

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.… (funda kabanzi)

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 iminyaka edlule

Last reply by myan916 1 unyaka odlule

  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Last reply by JZ 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 iminyaka edlule

Last reply by Paulgi 2 iminyaka edlule

  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 iminyaka edlule

Last reply by BenSawya 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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 … (funda kabanzi)

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 iminyaka edlule

Answered by TyDraniu 2 iminyaka edlule

  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 iminyaka edlule

Last reply by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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-… (funda kabanzi)

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 iminyaka edlule

Answered by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 iminyaka edlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

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 … (funda kabanzi)

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 iminyaka edlule

Last reply by caroline.arms 1 unyaka odlule

  • Okugcinwe kunqolobane

Clipboard API

There is a feature of a website I use that does not work in my Android Firefox. The support guy in that website has told me that it happens because Firefox has not added … (funda kabanzi)

There is a feature of a website I use that does not work in my Android Firefox. The support guy in that website has told me that it happens because Firefox has not added a Clipboard API required for that feature. Are you planning to add it?

The website is acim.org/acim and the feature is making visual quotes. It works with Chrome as you can see in the attached screenshot. It's just that I would like to stick with Firefox no matter what I'm doing.

Thank you for your attention.

Juan Illán.

Asked by illangomezjuan 1 unyaka odlule

Last reply by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Is it possible to disable protected pages for extensions so I can see Mozilla pages in dark mode?

Hello, I use dark mode extensions extensively :) and I really dislike light mode pages. However, Mozilla pages refuse to be changed due to the fact that they are "pr… (funda kabanzi)

Hello, I use dark mode extensions extensively :) and I really dislike light mode pages. However, Mozilla pages refuse to be changed due to the fact that they are "protected" by default.

I don't really care for this protection. Can it be disabled?

Asked by Besto 2 iminyaka edlule

Answered by Terry 2 iminyaka edlule