Showing questions tagged: Show all questions
  • Locked
  • Archived

Page refresh problems not covered elsewhere Firefox ESR 115.9.1

Goodd day from UK I run firefox esr 115.9.1 and find the the F5 refresh key does NOT refresh the images. The same applies when using the "reload" icon in the menu. Read… (read more)

Goodd day from UK I run firefox esr 115.9.1 and find the the F5 refresh key does NOT refresh the images. The same applies when using the "reload" icon in the menu.

Reading other posts, nothing seems to apply here.

There are NO add-ons at all and everything is cleared on close. The text DOES seem to change.

As a web developer checking updates this is extremely annoying as only hope is keep closing the browser (to clear everything) and restart - the loads new images etc.

I use several versions of Firefox (2, 20, 56) to ensure compatability with olf browsers and it seems to be only those over 100 with this issue.

Does anyone know if this is a "feature" or a"bug" and is there any simple (!) way around the issue?

Thanks

p.s. ALWAYS happens, not intermittently

Asked by SuMo Bot 1 year ago

Last reply by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Long delays with HAProxy

I have a Plesk (apache) server that is behind HAProxy. When I connect securely to a web site through HAProxy using Firefox, I get long delays. If I use Safari or Chrome, … (read more)

I have a Plesk (apache) server that is behind HAProxy. When I connect securely to a web site through HAProxy using Firefox, I get long delays. If I use Safari or Chrome, the pages come right up without any delay.

If I connect to the Plesk server directly without HAProxy in the middle, there are no delays.

I do not know what would cause these delays that don't occur with other browsers.

I'm on a Mac: 115.0.2 (64-bit)

Asked by palinst 2 years ago

Answered by palinst 2 years ago

  • Solved
  • Archived

LastPass is now disabled with every Firefox restart

For the past few months every restart of Firefox disables LastPass. I did NOT have this problem previously. The version of LastPass is current (no updates found). I can g… (read more)

For the past few months every restart of Firefox disables LastPass. I did NOT have this problem previously. The version of LastPass is current (no updates found). I can go to Add-ons and the toggle is set to "on" but the icon in the menu bar is black. If I click the toggle off, then back on, LastPass comes on just fine. Why is Firefox disabling something that Add-ons says is loaded? VERY strange. Does NOT happen in Chrome. Thanks for any assistance. PITB!!!

Asked by RobertL39 1 year ago

Answered by zeroknight 1 year ago

  • Solved
  • Archived

Wifi Repeater suddenly refused access after one month

Firstly, I have a brain injury. I am easily overwhelmed by information and am slow to understand - especially anything to do with I.T. Recently, I began successfully ac… (read more)

Firstly, I have a brain injury. I am easily overwhelmed by information and am slow to understand - especially anything to do with I.T.

Recently, I began successfully accessing the internet / Firefox via my Wifi Repeater. As of two or three days ago. I keep being asked to "log in to access the Internet", but even after I do it (successfully, as far as my repeater is concerned) I'm no further forward; I keep being asked to log in.

Thanks to my repeater I have a strong signal when in my garden office. But after a month, Firefox has suddenly stopped allowing me to use it. I am back at Square 1, before I purchased the thing.

I need need to work from my office. Please help resume my Repeater's access.

Kind regards,

Sean

Asked by seanhindle4 2 years ago

Answered by seanhindle4 2 years ago

  • Solved
  • Archived

Searchbar no longer working

Hi. Whenever I click a button on the keyboard, the CTRL+F function comes up on it's own. I had previously disabled it because it ruins all shortcuts on youtube and with … (read more)

Hi.

Whenever I click a button on the keyboard, the CTRL+F function comes up on it's own. I had previously disabled it because it ruins all shortcuts on youtube and with tourettes, I often also get thrown around if I am reading long articles, because of misclicks.

Unfortunately I did the big mistake of updating, also with a tourettes-missclick, so my question is: 1) How do I remove the 'quick'-search function? I want the Ctrl+F bar to come up ONLY WHEN I CLICK ctrl+F, and I want it to go away again if I click ctrl+F again. I forget how to do it. 2) How do I remove all future update prompts? Given that it has been made so hard to configure firefox into something tolerable, I don't want to throw all my setup away with minor updates always thrown at me. It takes me a long time every time there's an update, I have to fix language and other stuff back again. It's just not worth it in time for me to use Firefox, if I have to make a setup so often. 3) Recommendations for the best version of Firefox to go back to and stay in for eternity, alternatively, browsers that does not change or add functions without first asking the user... (The answer is no, by the way, I don't want more new fancy functions)

Sorry for this nagging but I simply can't use my browser like this. It's just not working.

Asked by mettelolzjacobsen 2 years ago

Answered by zeroknight 2 years ago

  • Solved
  • Archived

Double icons on Stop & Reload buttons when using custom icons

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my St… (read more)

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my Stop icon.

Please see attached image and animation.

Any idea if this is a minor bug?

Below is my code to split the Reload button into Reload & Stop buttons, then to add text to the navigation buttons, and finally to add icons to the navigation buttons.

This anomaly happens whether or not I split the Reload & Stop buttons. With just a single Reload button, I'm also seeing the default Reload icon appear over my own.

Thank you.

/* ---------- SPLIT RELOAD BUTTON INTO RELOAD & STOP ------------- */
#reload-button, #stop-button {
   display: inherit !important; 
} 
#reload-button > .toolbarbutton-icon {
  -moz-appearance: none !important; 
}


/* ------------ ADD TEXT LABELS TO NAVIGATION TOOLBAR BUTTONS --------------- */
/* Shows both icon and label for toolbarbuttons */
toolbar .toolbarbutton-1[label]{
  flex-direction: column;
  align-items: center !important;
}
toolbar .toolbarbutton-1[label]:not([disabled]):hover{ background-color: var(--toolbarbutton-hover-background) !important; }
toolbar .toolbarbutton-1[label] > .toolbarbutton-icon,
toolbar .toolbarbutton-1[label] > .toolbarbutton-badge-stack{
  padding: var(--toolbarbutton-inner-padding) !important;
  padding-bottom: 0px !important;
  height: calc(var(--toolbarbutton-inner-padding) + 16px) !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text {
  display: flex !important;
  min-height: 16px !important;
  padding-top: 3px !important;
  padding-bottom: 6px !important;
  background-color: transparent !important;
  overflow: hidden;
  width: 9ch; /* changes space between buttons */
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text::before{
  margin-inline: auto;
 }
:root:not([uidensity="compact"]) toolbar .toolbarbutton-1[label] > .toolbarbutton-text{ padding: 2px !important; }


/* ------------ ADD CUSTOM ICONS TO NAVIGATION TOOLBAR BUTTONS ----------- */
#back-button {
   list-style-image: url("image/back.png") !important;
   padding-top: 8px !important;
}
#back-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#forward-button {
   list-style-image: url("image/forward.png") !important;
   padding-top: 8px !important;
}
#forward-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#reload-button {
   list-style-image: url("image/reload.png") !important;
   padding-top: 8px !important;
}
#reload-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#stop-button {
   list-style-image: url("image/stop.png") !important;
   padding-top: 8px !important;
}
#stop-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#print-button {
   list-style-image: url("image/print.png") !important;
   padding-top: 8px !important;
}
#print-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#home-button {
   list-style-image: url("image/home.png") !important;
   padding-top: 8px !important;
}
#home-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}

Asked by Slouch 1 year ago

Answered by Slouch 1 year ago

  • Solved
  • Archived

a site does not display properly

A friend has passed away and I cannot access her obituary page. I could for a couple of days but I can't any more. Is this a problem with the FF latest upgrade? The pag… (read more)

A friend has passed away and I cannot access her obituary page. I could for a couple of days but I can't any more. Is this a problem with the FF latest upgrade? The page is [link removed by moderator]

I do not want her obituary page made public on a forum in case it causes inappropriate comments.

I have just discovered the page works ok on Chrome so I will use that for now, but I am reporting the problem to try and help you. I am using latest version of Firefox.

I have added a screen snip of the part-loaded page.

I just followed the button below about extra troubleshooting information and lost all the information I had typed into this box, which irritates me as well.

Have a look please and let me know, thanks.

Oldjon

Asked by Oldjon 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

sessionstore file

Hi Was told to ask new question off of this tread. https://support.mozilla.org/en-US/questions/1314940#question-reply I have similar issue. Have file that has all the ta… (read more)

Hi Was told to ask new question off of this tread. https://support.mozilla.org/en-US/questions/1314940#question-reply

I have similar issue. Have file that has all the tab history, but can't get Firefox to recognize or use it. The scrounger pulls up everything so the file is good it seems.

Why can't, or how do we get Firefox to use it?

Thank you

Asked by cleejoy 1 year ago

Answered by cleejoy 11 months ago

  • Solved
  • Archived

Need help to locate backed up Firefox profile to restore after Windows and Firefox re-install

Prior to getting some desktop PC upgrades that required a new install of Windows 11 and a new install of Firefox, I backed up my entire PC (yea!). Now that I have re-ins… (read more)

Prior to getting some desktop PC upgrades that required a new install of Windows 11 and a new install of Firefox, I backed up my entire PC (yea!).

Now that I have re-installed Firefox, I see that I have none of my saved bookmarks and so I want to restore the Firefox profile - all of it or at least the bookmarks.

I have tried following the Firefox instructions for this, but am apparently not doing it right.

I can't seem to locate the bookmarks file, for starters, in my backed up files. I find the profile but I don't find anything like places.sqlite.

Can someone help me so that I am locating the right (and complete) files, copying them correctly, and then switching to the new/old profile correctly?

Thanks in advance.

Asked by eastevens1956 2 years ago

Answered by jscher2000 - Support Volunteer 2 years ago

  • Solved
  • Archived

Updated W10 to FF 116 and had cert problems

After updating a W10 laptop from 115 to 116 of FF the user started having problems with getting to different websites (sites they worked on/with regularly). The problem i… (read more)

After updating a W10 laptop from 115 to 116 of FF the user started having problems with getting to different websites (sites they worked on/with regularly). The problem is the cert DB. The doc I found says that it is cert8.db. Actually it is now cert9.DB.

What I had to do was go to task manager and kill a task that was holding the cert9.db file. Then I could rename it (cert9.old.db). Then restarted their laptop and FF came up and started fixing the cert file (as expected). This seems to have fixed their problem.

Asked by Wylbur 2 years ago

Answered by Wylbur 2 years ago

  • Solved
  • Locked
  • Archived

Firefox searching instead of dns resolving internal websites

I have multiple internal websites, which all follow the pattern of [site.one.two] which resolves fine using the internal DNS server i have configured by going to https://… (read more)

I have multiple internal websites, which all follow the pattern of [site.one.two] which resolves fine using the internal DNS server i have configured by going to https://site.one.two and through other programs via site.one.two, and all the [one.two] suffixes are blacklisted from being resolved with DoH in firefox, but it still forces a web-search, even with searching from address bar being turned off, instead of resolving through my local DNS server (local server resolves local domain suffixes, anything else gets resolved through cloudflare DNS). I haven't found a fix in any other forums, and there are enough unique internal addresses that manually adding each and [every site.one.two] as an exception would be something i would like to avoid. Is there any way to tell firefox to resolve through DNS first for addresses or domain suffixes?

Asked by sydmackintosh 2 years ago

Answered by jscher2000 - Support Volunteer 2 years ago

  • Solved
  • Archived

program help

Hopefully you can help. I know this may be a Microsoft issue or question but I'm having trouble in finding a reasonable way to contact them for help. My question is, my … (read more)

Hopefully you can help. I know this may be a Microsoft issue or question but I'm having trouble in finding a reasonable way to contact them for help. My question is, my computer runs slow, and so I thought I would clean up my files by using the Microsoft disk clean up procedure. I did so. But, my specific question is what is a good number to have when the it says a given number of disk space can be cleaned up? For example, I believe when I first tried to clean the disk it said 5.1 GB of disk space could be cleaned. When I ran the disk clean process and it completed it then said 66 KB of disk space could be cleaned. So how much disk space did I gain or get cleaned up? And, if I can only clean up 66 KB of disk space is that indicative of not really needing to clean the disk any farther? Hopefully some one can help. While this may be a Microsoft issue, I believe the Firefox contributors have enough computer knowledge to help answer my question. At least that is my hope. Thank you.

Asked by sciencemagic 2 years ago

Answered by Paul 2 years ago

  • Solved
  • Archived

Transfer info to new lap top

Is there a way to transfer all my log ins and their words from my desktop Mac to my new lap top Mac Air. I need to do it possible my a flash drive since the first time I… (read more)

Is there a way to transfer all my log ins and their words from my desktop Mac to my new lap top Mac Air. I need to do it possible my a flash drive since the first time I did it by migration and overloaded the lap top with all the stuff on the desk top. After lots of work to delete everything and reinstall the OS I did it by the flash drive. But I don't have all my logins and their passwords on the lap top.

Asked by 300Guy 1 year ago

Answered by jonzn4SUSE 1 year ago

  • Solved
  • Archived

Unintended muting

Long-time problem: Running Firefox 115.6.0esr (64-bit) on Windows 7 Home Premium SP1 (64-bit). Viewing "CNN live" in one tab. Mutes if I open any another app/window [Logi… (read more)

Long-time problem: Running Firefox 115.6.0esr (64-bit) on Windows 7 Home Premium SP1 (64-bit). Viewing "CNN live" in one tab. Mutes if I open any another app/window [Login to website #1 [CNN live] and view/listen...Open anything else; CNN mutes] (Note- This happens in both Firefox and Chrome) Any ideas/suggestions for how to avoid this behavior? Thank you, Ron

Asked by ronbar59 1 year ago

Answered by zeroknight 1 year ago

  • Solved
  • Archived

checkboxes missing from webform

Hello! I have a Mailchimp signup form here: https://utexas.us4.list-manage.com/subscribe?u=91ef16fd009c97ce473909aa7&id=1d94de45cb The form should display with check… (read more)

Hello! I have a Mailchimp signup form here: https://utexas.us4.list-manage.com/subscribe?u=91ef16fd009c97ce473909aa7&id=1d94de45cb

The form should display with checkboxes that allow multi-select. It used to work that way in Firefox, but currently it only highlights the selection and doesn't allow more than one option to be selected. It works correctly in Chrome and Edge, however. Is there a way to get this working again? Thanks in advance for any advice!

Asked by christa16 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Firefox themes

Saved themes in Firefox color not visible in add-ons manager. Does not fix itself in safe mode. One of the saved themes is a default preset I liked, the other is a preset… (read more)

Saved themes in Firefox color not visible in add-ons manager. Does not fix itself in safe mode. One of the saved themes is a default preset I liked, the other is a preset I made myself, using all options except advanced colors.

Asked by Lord_Voidwrath 1 year ago

Answered by Lord_Voidwrath 1 year ago

  • Solved

pull down bookmarks glitched after rebuilt system

Rebuilt my computer, restored Bookmarks from 'bookmarks-2025-08-30.html' but the original 'Other bookmarks' (just below 'Bookmarks toolbar') is now empty and has been mov… (read more)

Rebuilt my computer, restored Bookmarks from 'bookmarks-2025-08-30.html' but the original 'Other bookmarks' (just below 'Bookmarks toolbar') is now empty and has been moved to the bottom of all my other bookmarks in a new 'Other Bookmarks' folder. How do I get the contents back in the 'Other bookmarks' (just below 'Bookmarks toolbar'). P.S. I have a backed up 'bookmarks-2025-08-30.json' as well as a ' bookmarks-2025-08-30.html' available, if that would help. Regards and Best, NP_145

Asked by np_145 3 months ago

Answered by jscher2000 - Support Volunteer 3 months ago

  • Solved

How do I diagnose a reproducible tab crash?

Just over a week ago, I found that a particular page transition always crashed by browser tab (i.e. a reproducible crash). This occurred on the Quora.com website when vis… (read more)

Just over a week ago, I found that a particular page transition always crashed by browser tab (i.e. a reproducible crash). This occurred on the Quora.com website when visiting the 'Questions' tab for any Quora Space. I am not aware of anything special associated with this operation, and it works OK in Chrome. There may be other cases -- outside of that particular website -- but that is the one most affecting me at the moment.

There are no associated Windows events logged. I checked about:crashes and the Crash Report folder but i cannot find any readable details.

If I refresh the page then the transition occurs without problem.

I would like to find the cause myself because I am on an Windows 7 64-bit ESR version, although I do not believe this is an ESR issue as it was working fine a couple of weeks ago. it is just that I cannot find any logged information on the cause.

Asked by ACProctor 1 month ago

Answered by ACProctor 1 month ago