Отображение вопросов с тегом: Показать все вопросы
  • Решено
  • Архивировано

Can't unblock popup

Hi, I seem to having multiple problems with Firefox over the last few weeks... This problem is - I can't unblock popups. I have got popup blocking enabled, with a coupl… (читать ещё)

Hi,

I seem to having multiple problems with Firefox over the last few weeks...

This problem is - I can't unblock popups. I have got popup blocking enabled, with a couple of Exceptions - it's been working fine until I wanted to use it today. I have tried turning off popup blocking, re-entering the exceptions - nothing is helping!!!

Does anyone know what to do?

Thanking you Pedro

Задан PedroSMS 1 год назад

Дан ответ Terry 1 год назад

  • Решено
  • Архивировано

browser will not sync bookmarks and history from old computer

my older asus laptop had a critical failure and I needed to get a new computer and to my understanding when you have had a Firefox account for as long as I have you shoul… (читать ещё)

my older asus laptop had a critical failure and I needed to get a new computer and to my understanding when you have had a Firefox account for as long as I have you should be able to sync your whole account to a new device to my dismay that is not the case and I have years of bookmarks and history on my account urgent fix would be appreciated.

Задан Abyss 1 год назад

Дан ответ Abyss 1 год назад

  • Решено
  • Архивировано

I have several websites I cannot sign into on FF but I can on Edge

Hello everyone. I do not know if any else has experienced this but I have several websites that I cannot sign in to. I have no problem reaching the sites but when it come… (читать ещё)

Hello everyone. I do not know if any else has experienced this but I have several websites that I cannot sign in to. I have no problem reaching the sites but when it comes to signing in I either get a message that my sign in information is not correct and this happens on Bestbuy.com or I get this message on Chewy.com Access Denied You don't have permission to access "http://www.chewy.com/app/login" on this server. Reference #18.88dcda17.1684871617.2bce7d64 . Now if I use the awful MS Edge I have no problem signing in to either one. I have racked my brain to figure this out even disabling each addon which I only have a few. I have ran scans for Malware with Norton 360, Malwarebytes and MSERT and nothing there. I was hoping someone could shed some light on this in some way or maybe change a setting in Firefox that I am overlooking. I can access these sites fine and move around in them but like I said I cannot sign in into them. I would greatly appreciate any help.

Respectfully, DT

Задан new_aged2perfection 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано

Document Expired

I have been trying all afternoon and no matter how fast I am, I am getting this message. Document Expired This document is no longer available. The requested document … (читать ещё)

I have been trying all afternoon and no matter how fast I am, I am getting this message.

Document Expired

This document is no longer available.

The requested document is not available in Firefox’s cache.

   As a security precaution, Firefox does not automatically re-request sensitive documents.
   Click Try Again to re-request the document from the website.

When I click Try Again, I get logged out of the website I am on. What am I doing wrong? Is there a way to extend the time so I am able to reasonably enter the data into the form and not have it time out. I was able to the enter this information in the past without a problem.

The website is https://www.mysynchrony.com/ and I select one of my accounts and I am trying to add a bank account and I am unable to do so. Please help.

Задан silvercat32 1 год назад

Дан ответ silvercat32 1 год назад

  • Решено
  • Архивировано

Firefox Nightly Installation

If I want to installt he nightly version for Android on my phone. Will it be better to uninstall the common version before? Can the present settings, passwords and bookma… (читать ещё)

If I want to installt he nightly version for Android on my phone. Will it be better to uninstall the common version before? Can the present settings, passwords and bookmarks be transfered from the common version to the Nightly. Any useful tips or recommendations, please? Thank you very much for the help provided.

Задан Straydog 1 год назад

Дан ответ Paul 1 год назад

  • Решено
  • Архивировано

"Speed", "Quality" and other video options multiply on some websites

Hello all, I am having problems with video playback on some websites (see screenshot attached). The problem is that the video options start to "multiply" - for example, … (читать ещё)

Hello all,

I am having problems with video playback on some websites (see screenshot attached). The problem is that the video options start to "multiply" - for example, when I start the video there is (as is normal) one 'Speed' and one 'Quality' button, but then every second these buttons start to multiply. This happens only on some websites - for example, it does not happen with normal videos on YouTube, although it happens on YouTube Shorts sometimes.

This is my first question on the Mozilla Support page, I thank you in advance for your help and I hope I follow the community guidelines. Please feel free to leave any suggestions or feedback concerning how I should proceed for asking for help in the future.

Задан Pedro Montanari 1 год назад

Дан ответ cor-el 1 год назад

  • Решено
  • Архивировано
  • Решено
  • Архивировано

2023/05/22 - find bar takes a dive!

Years ago the find bar was located at the top of a page. The somewhere along the line it was moved to the bottom. Some good guys realized that's a problem for some of u… (читать ещё)

Years ago the find bar was located at the top of a page. The somewhere along the line it was moved to the bottom.

Some good guys realized that's a problem for some of us and came up with code to put into a .css file. That was in 2017/18

The code has worked until last week ~2023/05/15.

Now the find bar is firmly planted at the bottom of the page...very awkward place for me. Makes edge look like something to consider as their find bar is still at the top.

I've check the code and no problems...I say it appears firefox is no long allowing this customization code to be used.

I've checked the knowledge base and the same articles from 2017/18 are still there...and the solution no longer work.

Does anyone have any suggestions? I hate traversing from the top to the bottom to do my work. The find bar at the top really made it convient and easier to do my job.

thanks for any help.

Задан joenkats 1 год назад

Дан ответ TyDraniu 1 год назад

  • Решено
  • Архивировано

Close Tab Button On Left (Firefox 113)

This again! This was resolved about a year ago; now the problem is back, as of updating to Firefox 113.0.1 this evening. Initially post-update the close tab button was … (читать ещё)

This again!

This was resolved about a year ago; now the problem is back, as of updating to Firefox 113.0.1 this evening.

Initially post-update the close tab button was in a weird, random place on the tab bar. I have adjusted the margins to put the button back where it's supposed to be!

I changed :

.tabbrowser-tab .tab-close-button {
  opacity: 0;
  margin-left: -4.5px !important;
  margin-right: 2px !important;
}

to:

.tabbrowser-tab .tab-close-button {
  opacity: 0;
  margin-left: -4.5px !important;
  margin-right: 35px !important;
}

to move the button back onto the left. That may seem like a drastic change but that's the lowest value I could find which produced the result I want.

However, it's not quite the result I want! As of updating to 113.0.1, the tab title itself now disappears altogether on hover.

I have tried to correct this in CSS using the .tab-text and .tab-label attributes, but without any luck so far.

Can anybody help me with this, before I'm forced to downgrade to Firefox 112?

Better yet... how about we just make this an option in Settings, as it should be?!

Задан Kit Marsden 1 год назад

Дан ответ Kit Marsden 1 год назад

  • Решено
  • Архивировано

Massive RAM usage

Firefox is using a massive amount of ram for an unspecified task, simply defined as "GPU" is the baked-in task manager. The attached image is after a fresh reboot, with F… (читать ещё)

Firefox is using a massive amount of ram for an unspecified task, simply defined as "GPU" is the baked-in task manager. The attached image is after a fresh reboot, with Firefox consuming about 8 GB more than it reasonably should, with only three ish tabs loaded.

Задан dragonburrito21 1 год назад

Дан ответ dragonburrito21 1 год назад

  • Решено
  • Архивировано

Can't open first pinned tab when FF window maximized

When FF (113.0.1) is maximized clicking on the first (left hand) pinned tab does not open the tab. Hovering over the tab doesn't change the background color of the tab.… (читать ещё)

When FF (113.0.1) is maximized clicking on the first (left hand) pinned tab does not open the tab. Hovering over the tab doesn't change the background color of the tab.

If I restore down the window, hovering over the tab changes the background color of the tab from light grey to a slightly darker grey and clicking the tab opens it.

Задан ozhamlet 1 год назад

Дан ответ ozhamlet 1 год назад

  • Решено
  • Архивировано

Help! Can only login to Ring.com dasboard in a private window!

I don't know if breakage is the correct topic. I keep Ring.com open to the dashboard in a pinned tab. A few days ago, I had viewed and cleared videos as usual and later r… (читать ещё)

I don't know if breakage is the correct topic. I keep Ring.com open to the dashboard in a pinned tab. A few days ago, I had viewed and cleared videos as usual and later returned to view new activity. The site requires logging in every 30 days and so seeing that I needed to do so was not a surprise. What was a surprise was that the login buttons were grayed out. I closed the tab, cleared the Ring cookies and cache and tried again. No luck. I wondered if there was some other setting that I didn't know about and decided to open a private window and try it there. To my surprise, it works. I'm stumped. I'll attach the raw data from the private window as a .txt file. Darn. I can only attach an image. Well, I have it available and can copy and paste it into a subsequent post if you think it would help

Задан T_H_M 1 год назад

Дан ответ T_H_M 1 год назад

  • Решено
  • Архивировано

Unable to sign into mail after latest update 113.0.1 Windows 10

Message We are unable to process your request at this time Please try again in 1 hour Have tried rebboted laptop run windows defender offline scan. Does not work on any… (читать ещё)

Message We are unable to process your request at this time Please try again in 1 hour

Have tried rebboted laptop run windows defender offline scan. Does not work on any of my accounts Same problem in Chrome and Edge!

Задан jas_samrauk 1 год назад

Дан ответ jas_samrauk 1 год назад

  • Решено
  • Архивировано

Active tab is NOT visible

With the dark mode of Firefox on Windows 10 desktop it is IMPOSSIBLE to see which of the several tabs is the one that is open. I work with tabs not windows as I always n… (читать ещё)

With the dark mode of Firefox on Windows 10 desktop it is IMPOSSIBLE to see which of the several tabs is the one that is open.

I work with tabs not windows as I always need to see all the pages/websites open that I work with in one view, and so it is a hassle and nuisance NOT to be able to tell which tab is active, having to click through each one or guess.

It's one of those small yet significantly impacting on the user experience things which one would have thought by now Firefox developers would fix.

The ACTIVE tab needs to be in different colour may be on a yellow background with dark font so that people can EASILY find it with several tabs open on the screen.

Any thoughts on this? is there perhaps an option to enable it - which I am oblivious to?

thanks

Задан etcetera777 1 год назад

Дан ответ jscher2000 - Support Volunteer 1 год назад

  • Решено
  • Архивировано

Video quality has changed recently on my Firefox browser

Sometime in the past few weeks the quality of any video I watch from any source has turned awful. Too much contrast, too vibrant. I checked all my settings on my monitor,… (читать ещё)

Sometime in the past few weeks the quality of any video I watch from any source has turned awful. Too much contrast, too vibrant. I checked all my settings on my monitor, and all is as it should be. I'm a photographer and aware of image quality and settings. Still images are perfect and the monitor displays stills correctly. My monitors are working fine. When I checked videos via Google Chrome, they all displayed perfectly. So, I can only deduce that it's a Firefox browser issue. I haven't added any new add-ons or extensions. I know that the browser has updated at least twice in recent weeks.

I have attached a screen shot of the difference between a chrome and firefox video. Please help. I don't want to change to using chrome. Thanks in advance.

Задан jedjacobi 1 год назад

Дан ответ TyDraniu 1 год назад

  • Решено
  • Архивировано

video darker and high contrast

when playing videos, firefox makes the videos much darker and higher contrast than the original videos, as well as maxing out the cpu on my laptop when playing video, sta… (читать ещё)

when playing videos, firefox makes the videos much darker and higher contrast than the original videos, as well as maxing out the cpu on my laptop when playing video, started a day ago or so.

Задан ftorgrimsen 1 год назад

Дан ответ TyDraniu 1 год назад

  • Решено
  • Архивировано

Still requesting password for Gmail, even after exceptions

We have set up exceptions for mail.google.com and accounts.google.com in Settings. Yet, Gmail is still asking for passwords to log in and saving them. I thought I had do… (читать ещё)

We have set up exceptions for mail.google.com and accounts.google.com in Settings. Yet, Gmail is still asking for passwords to log in and saving them. I thought I had done all it would take to have Gmail remember them. Am I missing something?

Also, we cleared cache.

Thank you, Meg

Задан bifrostfarms1 1 год назад

Дан ответ Terry 1 год назад

  • Решено
  • Архивировано

The address wasn’t understood (webpack)

Please excuse me if I miss any details.... this is my third time trying to submit this issue. I will just skip to the meat of it this time. I'm getting this error while… (читать ещё)

Please excuse me if I miss any details.... this is my third time trying to submit this issue.

I will just skip to the meat of it this time. I'm getting this error while working from my localhost. I have been working on a personal project for years with this set up with no issues until today. I can no longer click on the errors in the console log and be directed to the Debugger tab. When I click on errors, nothing happens. If I try to open them in a New Tab, I get the error below:


The address wasn’t understood

Firefox doesn’t know how to open this address, because one of the following protocols (webpack) isn’t associated with any program or is not allowed in this context.

   You might need to install other software to open this address.


I have also noticed firefox does not even load all the files until I refresh it at least twice. Even when it is all loaded properly, the error persists.

I have tried: - restarting firefox - restarting my computer - clearing ALL cache and cookies - running firefox in safe mode - disabling all add ons - disabling performance mode (was already off) - checking network.protocol-handler.external.javascript = false (it is)

Let me know if there is any other information I can provide. I really dislike having to work in chrome for this so I hope I can find a solution as soon as possible.

Задан iamshi 1 год назад

Дан ответ iamshi 1 год назад