Εμφάνιση ερωτήσεων με ετικέτες: Εμφάνιση όλων των ερωτήσεων
  • Αρχειοθετήθηκε

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 &… (διαβάστε περισσότερα)

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.

Ερώτηση από MozzieBob 1 έτος πριν

Τελευταία απάντηση από RemySecor 1 έτος πριν

  • Αρχειοθετήθηκε

Bitdefender: suspicious connection blocked involving Firefox - signature-2.cdn.mozilla.net

Each morning, when I first cold boot my computer, the moment I open my Firefox browser, I receive numerous (10+) identical error messages from Bitdefender: Suspicious co… (διαβάστε περισσότερα)

Each morning, when I first cold boot my computer, the moment I open my Firefox browser, I receive numerous (10+) identical error messages from Bitdefender:

Suspicious connection blocked: Feature: Online Threat Prevention

firefox.exe attempted to establish a connection relying on an unmatching security certificate to content-signature-2.cdn.mozilla.net. We blocked the connection to keep your data safe since the used certificate was issued for a different web address than the targeted one.

Question: Is this ACTUALLY coming from Firefox? If so, please match your security certificates! If that's impossible due to a technical issue, then please email me your confirmation so that I can add an exception to Bitdefender.

Question: If it's not coming from Firefox, please email me, letting me know what additional system information you require so that we can get to the bottom of who/what is masquerading as Firefox while attempting to establish an unauthorized Internet connection from my computer.

HP Envy laptop, Windows 10 OS, latest update.

This has been occurring for several months.

Thank you for your time.

Ερώτηση από swamper 1 έτος πριν

Τελευταία απάντηση από jscher2000 - Support Volunteer 1 έτος πριν

  • Αρχειοθετήθηκε

SafeOpt emails

I browsed a clothing website for less than 5 minutes by typing in the address and not using any links. Shortly after I receive an email asking if I was still interested … (διαβάστε περισσότερα)

I browsed a clothing website for less than 5 minutes by typing in the address and not using any links. Shortly after I receive an email asking if I was still interested in what I was looking at. Does Firefox share my email address with websites I'm visiting? I believe the email is coming from SafeOpt, not the website I visited. I do have "do not track" options selected in Firefox.

Ερώτηση από linda641 1 έτος πριν

Τελευταία απάντηση από flynparker824 1 έτος πριν

  • Αρχειοθετήθηκε

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.… (διαβάστε περισσότερα)

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

Ερώτηση από roger.pettersson 1 έτος πριν

Τελευταία απάντηση από myan916 1 έτος πριν

  • Αρχειοθετήθηκε

ive just lost all my tabs and settings repeatedly

since yr last update i have lost all my tabs, settings, and pinned tabs, what is happening can you help me stabilize this and i can not get any o\lfd them back from histo… (διαβάστε περισσότερα)

since yr last update i have lost all my tabs, settings, and pinned tabs, what is happening can you help me stabilize this and i can not get any o\lfd them back from history as every time i open firefox, a second window opens and then keep cycling thru all the pasty websites i have visited and i cant stop it

Ερώτηση από Kevin Borg 1 έτος πριν

Τελευταία απάντηση από cor-el 1 έτος πριν

  • Αρχειοθετήθηκε

Firefox does not open links when I click on them

I'm using Windows 10 and have installed FF 92.0 as the default browser and recently installed MS Works 9. When I click on a link within a document it does not open. The… (διαβάστε περισσότερα)

I'm using Windows 10 and have installed FF 92.0 as the default browser and recently installed MS Works 9.

When I click on a link within a document it does not open. The cursor does change to a hand & it does say "CTRL +click to follow link https….", but that doesn’t work. However it does turn on the Underline function in the word processor.

Clicking on links has worked for years with Windows 7 and MS Works 7. I don’t see any settings in Works 7 or 9 that control this.

Is there a FF setting that enables this?

Ερώτηση από Mike109 1 έτος πριν

Τελευταία απάντηση από jscher2000 - Support Volunteer 1 έτος πριν

  • Αρχειοθετήθηκε

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… (διαβάστε περισσότερα)

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

Ερώτηση από laudesimperiales 1 έτος πριν

Τελευταία απάντηση από Paulgi 1 έτος πριν

  • Αρχειοθετήθηκε

"Gah" Tab Crashes and Spontaneous Shutdowns

Have been experiencing frequent "Gah" tab closures and unexpected Firefox shutdowns lately which require "Restore Now" action. Am running latest version of Firefox on Wi… (διαβάστε περισσότερα)

Have been experiencing frequent "Gah" tab closures and unexpected Firefox shutdowns lately which require "Restore Now" action. Am running latest version of Firefox on Win10 desktop which is updated religiously. Have run Task Manager which indicates no activity higher than a Medium rating. Interestingly, while I experienced a couple of tab closures this morning, they are predominately later in the day and on occasion I need to reboot the system to get Firefox operating. Hopefully there is a relatively simple fix for this issue. Thanks.

Ερώτηση από WhiteBimmer 1 έτος πριν

Τελευταία απάντηση από FredMcD 1 έτος πριν

  • Αρχειοθετήθηκε

Tabs that I can't close

Hi! I'm going nuts. I have Firefox set to NOT remember sessions when I close and re-open. But every time I re-open the (latest) Firefox on my (up to date) Mac, 3 tabs rea… (διαβάστε περισσότερα)

Hi! I'm going nuts. I have Firefox set to NOT remember sessions when I close and re-open. But every time I re-open the (latest) Firefox on my (up to date) Mac, 3 tabs reappear. It doesn't matter how often I delete history or cookies or empty caches. They are not even 3 tabs from the most recent session! They are from a week ago. And no, they are not pinned tabs!

And yes, I have reinstalled Firefox.

Any idea what I should do?

Many thanks!

David

Ερώτηση από davidderrick 1 έτος πριν

Τελευταία απάντηση από cor-el 1 έτος πριν

  • Αρχειοθετήθηκε

Cookies not working

i updated my firefox today and when i entered the logins went out, when i went to see in the settings, the cookies were normal, and i noticed that when i try to login, it… (διαβάστε περισσότερα)

i updated my firefox today and when i entered the logins went out, when i went to see in the settings, the cookies were normal, and i noticed that when i try to login, it would not save. I'm on version 92.0

Ερώτηση από zanella93112 1 έτος πριν

Τελευταία απάντηση από FredMcD 1 έτος πριν

  • Αρχειοθετήθηκε

Firefox (default) homepage

So i have noticed a sudden changed in firefox when i open it and been landed over to my homepage instead of where i left before which usually as "about:newtab" page and i… (διαβάστε περισσότερα)

So i have noticed a sudden changed in firefox when i open it and been landed over to my homepage instead of where i left before which usually as "about:newtab" page and in setting there is only option to use firefox default or blank. i would rather preffered to have my home button set with my custom url, as well keeping the option to land on newtab page when ever i start my browser. which was intended as before but not since last update. now there is no option to set newtab page as also a custom url which can be any thing but forced to use the default layout by firefox. that proceed to open a homepage every time when i launch firefox.

Ερώτηση από iqbalusmani 1 έτος πριν

Τελευταία απάντηση από cor-el 1 έτος πριν

  • Αρχειοθετήθηκε

Screen objects misplaced on some sites

Using Firefox (92.0) on Win 10. I have noticed that some screen objects are displayed in different ways on Firefox than they are on Edge (and I presume other browsers). … (διαβάστε περισσότερα)

Using Firefox (92.0) on Win 10. I have noticed that some screen objects are displayed in different ways on Firefox than they are on Edge (and I presume other browsers). For a long time I thought the problem was errors in the Rite Aid web design. Yesterday I saw a similar problem on another site and decided to try another browser. The displays looked proper on Edge. See attached image which shows the same screen on the Edge browser (top) and Firefox (bottom). Part of the logon window is missing on Firefox. Other objects are affected also such as text size. I don't see any options in the Firefox config that would apply to this.

Ερώτηση από Rob 1 έτος πριν

Τελευταία απάντηση από cor-el 1 έτος πριν

  • Αρχειοθετήθηκε

Can't rollback from Firefox 91 to 89.

Win10 with what was Firefox 89. I had already disabled the Proton UI on this installation, because it is horrible. Today Firefox decided to update to version 91. All of t… (διαβάστε περισσότερα)

Win10 with what was Firefox 89. I had already disabled the Proton UI on this installation, because it is horrible. Today Firefox decided to update to version 91. All of the Proton UI junk is back. I tried disabling it again, but nothing worked. Doing a web search, it appears that Mozilla has disabled the ability to turn off Proton.

I then set about to rollback the installation back to version 89. I found a Mozilla link on this, went to their ftp server and downloaded the installation files for the last version of 89. The installation went normally, but when I opened Firefox afterwards, a little box popped up saying something to the effect of "To keep your History and Bookmarks from possibly being corrupted, Firefox must create new user profile." I exited out of this and Firefox didn't start. I attempted to restart Firefox again and the same box popped up again. The only way to get past it was to click the accept button.

I did so and Firefox started. This was clearly not version 89. As the UI is junk, it took several minutes to find out that this was now the latest version of 92!!!! I'm absolutely positive that I downloaded the correct file. When I look through the update history, it doesn't even show todays version 89 installation as happening. What a piece of junk.

I then spent 20 minutes figuring out how to revert back to my user profile, not the new one that it had created for me. I then did some research on what had happened. Well it turns out that you can't actually rollback Firefox, despite what Mozilla says. For a while they have added "downgrade protection" which automatically creates the new user profile and stops your old profile from being accessed by it. So unless you want to figure out how to spend a hundred hours reconstructing bookmarks, passwords, settings, etc. it actually isn't possible to rollback Firefox. Doesn't this violate some Microsoft rules about being able to uninstall versions of software from within Windows? If you try to do this with Firefox and go back to a previous version it blows everything up.

Does anyone know how to actually rollback Firefox to a previous version, so that Proton can be disabled?

Ερώτηση από jack.hidley 1 έτος πριν

Τελευταία απάντηση από cor-el 1 έτος πριν

  • Αρχειοθετήθηκε

My cache is making firefox not load pages

I am having an issue every 5 minutes where firefox will not load any pages it essential makes me stuck on the page. I have to than clear my cache for it to work again onl… (διαβάστε περισσότερα)

I am having an issue every 5 minutes where firefox will not load any pages it essential makes me stuck on the page. I have to than clear my cache for it to work again only to have the issue again a couple of minutes later. I have refreshed firefox 4 different times, uninstalled 3 times to no but nothing seems to work.

Ερώτηση από yusoff95 1 έτος πριν

Τελευταία απάντηση από cor-el 1 έτος πριν

  • Αρχειοθετήθηκε

aol email attachments

I can't open aol email attachments. I have cleared the cache, reset firefox, checked my firewall, and opened my email in another broweser - which allowed me to download … (διαβάστε περισσότερα)

I can't open aol email attachments. I have cleared the cache, reset firefox, checked my firewall, and opened my email in another broweser - which allowed me to download the attachments. What have I missed?

Ερώτηση από davvictor 1 έτος πριν

Τελευταία απάντηση από garyd11 1 έτος πριν

  • Αρχειοθετήθηκε

Is it possible to return the Bookmarks to their orginal setting without using a CSS file?

Windows 10 x64 Pro Firefox 92.0 Is there a way to restore the appearance of Firefox Bookmarks to v88 or earlier? The extra space between each Bookmark is a pain and none… (διαβάστε περισσότερα)

Windows 10 x64 Pro Firefox 92.0

Is there a way to restore the appearance of Firefox Bookmarks to v88 or earlier? The extra space between each Bookmark is a pain and none of the "fixes" seem to work.

I am not up with messing around with css files to make things seem as they was.

I have Proton Colors Add-on and that supposed to make things look as they did before but they do not.

When Firefox updated to 91.0 I reinstalled v88 which was fine - apart from Firefox nagging me on a daily basis to update to 92.0 which I stupidly did.

Any suggestions please?

Peter

Ερώτηση από Peter749 1 έτος πριν

Τελευταία απάντηση από vze3y47b 1 έτος πριν

  • Αρχειοθετήθηκε

Firefox keeps crashing - Windows 10

Hi everybody! Until I used Windows 7 Ultimate I had no problem using Firefox on my PC. I've been forced to use Windows 10 and I've apdated both my desktop and my Laptop a… (διαβάστε περισσότερα)

Hi everybody! Until I used Windows 7 Ultimate I had no problem using Firefox on my PC. I've been forced to use Windows 10 and I've apdated both my desktop and my Laptop at the same time (one hour difference) - both run almost exactly the same programs with the exactly same structure (name of software, names of files and/or directories, cookies, extensions etc etc). My Laptop (HP EliteBook) has no problem whatsoever, while on the desktop firefox keeps crashing whenever I sitch on an external HD, or I start a program, or often when I play chess. It crashes also when I'm watching an You Tube clip, and I change clip.... The only time that Firefox doesn't crash is when it is alone, no programs are running in the background, and I explore the internet using the same window, and not opening any links in a new window. I have an idea of what may be the cause but I'm looking for someone who has my same issues in order to check causes. I must admit that I'm fed up, and I'm seriuosly considering to switch to chrome after having used Firefox since it was born.... Thank you, Marko

Ερώτηση από marko.meloni 1 έτος πριν

Τελευταία απάντηση από FredMcD 1 έτος πριν

  • Αρχειοθετήθηκε

all passwords and bookmarks disappeared

Dear Mozilla, my laptop was in for service and I used another machine during that time. I synchronised all the passwords and bookmarks. When I received my own machine bac… (διαβάστε περισσότερα)

Dear Mozilla, my laptop was in for service and I used another machine during that time. I synchronised all the passwords and bookmarks. When I received my own machine back, I erased everything from the temporary laptop this morning. To my horror, all my passwords and bookmarks disappeared from my own laptop! Is there any way to recover this information?! Thank you, Daniel Swartz

Ερώτηση από treehuggerdan 1 έτος πριν

Τελευταία απάντηση από cor-el 1 έτος πριν