Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Archiviert

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 &… (Lesen Sie mehr)

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.

Gefragt von MozzieBob vor 2 Jahren

Letzte Antwort von RemySecor vor 1 Jahr

  • Gelöst
  • Gesperrt
  • Archiviert

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… (Lesen Sie mehr)

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!

Gefragt von Steve Goncalves vor 2 Jahren

Beantwortet von jscher2000 - Support Volunteer vor 2 Jahren

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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?

Gefragt von rabbit vor 2 Jahren

Beantwortet von FredMcD vor 2 Jahren

  • Archiviert

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.… (Lesen Sie mehr)

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

Gefragt von roger.pettersson vor 2 Jahren

Letzte Antwort von myan916 vor 1 Jahr

  • Archiviert

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… (Lesen Sie mehr)

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.

Gefragt von JZ vor 1 Jahr

Letzte Antwort von JZ vor 1 Jahr

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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) :)

Gefragt von photonic vor 2 Jahren

Beantwortet von cor-el vor 2 Jahren

  • Gelöst
  • Gesperrt
  • Archiviert

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… (Lesen Sie mehr)

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?

Gefragt von jbrandom2 vor 2 Jahren

Beantwortet von cor-el vor 2 Jahren

  • Archiviert

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… (Lesen Sie mehr)

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;
}

Gefragt von laudesimperiales vor 2 Jahren

Letzte Antwort von Paulgi vor 2 Jahren

  • Archiviert

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… (Lesen Sie mehr)

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

Gefragt von kridgerd vor 2 Jahren

Letzte Antwort von BenSawya vor 1 Jahr

  • Gelöst
  • Archiviert

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 … (Lesen Sie mehr)

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

Gefragt von Maddy vor 2 Jahren

Beantwortet von TyDraniu vor 2 Jahren

  • Archiviert

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… (Lesen Sie mehr)

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.

Gefragt von Anki86 vor 2 Jahren

Letzte Antwort von cor-el vor 1 Jahr

  • Archiviert

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… (Lesen Sie mehr)

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.

Gefragt von schneidm vor 2 Jahren

Letzte Antwort von cor-el vor 1 Jahr

  • Gelöst
  • Archiviert

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-… (Lesen Sie mehr)

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.

Gefragt von Hikermann vor 2 Jahren

Beantwortet von cor-el vor 1 Jahr

  • Archiviert

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 … (Lesen Sie mehr)

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.

Gefragt von caroline.arms vor 2 Jahren

Letzte Antwort von caroline.arms vor 1 Jahr

  • Archiviert

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… (Lesen Sie mehr)

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?

Gefragt von mfuhrman vor 1 Jahr

Letzte Antwort von cor-el vor 1 Jahr

  • Archiviert

Browser and Websites aren't displaying correctly.

Hello, John aka Beer Gutt here. A while ago (about three months), I moved my hard drive to a new PC with better parts. It has a better mother board, a better graphics ca… (Lesen Sie mehr)

Hello, John aka Beer Gutt here.

A while ago (about three months), I moved my hard drive to a new PC with better parts. It has a better mother board, a better graphics card and twice the RAM. Anyway, since then Firefox hasn't worked the same. When i open Firefox, there will be random pieces of letters or words on a webpage just gone, making a lot of them impossible to browse because I can't read half of the the new Alien dialect on the screen. Some websites have been better than others, but its gotten to the point where some web pages (Like YouTube or Reddit for example.) will just be a mess of random de fragmented lime green blocks that completely corrupt the page and will shift, move and appear at random covering up text as I scroll down. Videos will play just fine, it's the rest of the site that's effed up. Also on YouTube videos, where the timer for the video is located, some of the numbers just won't show up. Like it will count down fine but won't display certain numbers in the timer. Funny thing is, is that this doesn't just affect the websites, but the browser itself. For example, hovering my mouse over different tabs will highlight them and show me the preview text of the tab. All that is good until I move over to a different tab and voila, the text is gone, and then suddenly all the other tabs are either blank or just missing random letters and numbers in the tab. This is only happening in Firefox btw. No other app on my PC is doing this. I've tried refreshing Firefox about six times now, I've uninstalled it three times in an attempt to fix the issue along with restarting my PC multiple times... All of that, and I find out yesterday that it works perfectly when in "Troubleshoot/Safe mode", and only when in Troubleshoot/Safe mode. I have no idea what is causing the issue... *PePeLaugh* 
 See, I would use another browser but I've been using Mozilla for 8-9 years and would like to avoid the hassle of moving everything to a new browser... I would VERY much appreciate any help at all.
 I'm running 64-bit windows 8.1 on the latest updates and my PC specs are roughly as follows below. I look forward to a response...

MSi 970 Gaming Motherboard

AMD FX(tm) 8350 Eight-Core Processor 4.00 GHz

24 gigs of RAM

Asus Radeon R9 380 Graphics card

Gefragt von bumblebeergutt vor 2 Jahren

Letzte Antwort von don47203 vor 1 Jahr

  • Gelöst
  • Archiviert

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… (Lesen Sie mehr)

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?

Gefragt von Besto vor 2 Jahren

Beantwortet von Terry vor 2 Jahren

  • Archiviert

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… (Lesen Sie mehr)

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?

Gefragt von Faetouched vor 2 Jahren

Letzte Antwort von Lora316K vor 1 Jahr