Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Okugcinwe kunqolobane

bug returning from hibernation: open firefox is ignored

In case anyone's interested, under Debian 12, when I resume from hibernation, if I have Firefox running as well as Tbird, if I click on a link in an email, the existing i… (funda kabanzi)

In case anyone's interested, under Debian 12, when I resume from hibernation, if I have Firefox running as well as Tbird, if I click on a link in an email, the existing instance of Firefox is ignored and a new instance is opened. The first instance is in fact frozen -- it looks as it should but trying to change tabs or open a new tab is inactive. Seems I have to kill the open instance of FF, then if I click on a link in an email, FF pops up as it should with a new tab for the link, but the existing tabs are all there and all functional. It feels like a bug -- Tbird seems not to know that FF is already running.

Asked by Ray Andrews 1 unyaka odlule

Answered by zeroknight 1 unyaka odlule

ESR for Firefox issue

a web site continues to say mozilla browser need update to correctly access web page. I have downloaded latest update ESR for Firebox (using windows 7 OS) But web site st… (funda kabanzi)

a web site continues to say mozilla browser need update to correctly access web page. I have downloaded latest update ESR for Firebox (using windows 7 OS) But web site still says I need update! Is it me or the web site that has the problem?

Asked by John T Schaffer 1 inyanga edlule

Last reply by James 1 inyanga edlule

  • Okugcinwe kunqolobane

Firefox won't update to version 127 on macOS 10.15.7

I am running macOS 10.15.7 and Firefox won't upgrade past ESR v. 115 to the "regular" version 127. Alternately, downloading the Firefox v. 127 installer and running won'… (funda kabanzi)

I am running macOS 10.15.7 and Firefox won't upgrade past ESR v. 115 to the "regular" version 127.

Alternately, downloading the Firefox v. 127 installer and running won't update ESR v. 115 nor will it import bookmarks or data from the previous version ESR 115. Firefox v. 127 installs and starts as if I am a new user without any update or import option so that all previous settings, passwords, and data from ESR v. 115 are lost.

Is there a work-around for the upgrade to keep continuity, settings, bookmarks, and data when migrating to v. 127? Thanks!

Asked by koolerking52 1 unyaka odlule

Last reply by James 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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

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

Answered by Slouch 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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

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

Answered by Wylbur 2 iminyaka edlule

  • Ikhiyiwe

Need help with Chase bank online

Dear Ty: I appreciate your efforts to help me, unfortunately, it did not work. FireFox is still at 115.30.0. Any other thoughts? I thought there might be some software … (funda kabanzi)

Dear Ty: I appreciate your efforts to help me, unfortunately, it did not work. FireFox is still at 115.30.0. Any other thoughts?

I thought there might be some software I could download to spoof the Chase system into thinking Firefox was a later version,

Thanks and regards,

LS

Asked by Lorraine Schlagheck 3 izinyanga ezidlule

Last reply by Denys 3 izinyanga ezidlule

  • Okugcinwe kunqolobane

updated browser

Recently upgraded to windows 7, and upgraded firefox to version 115. Why am I getting notices that Windows Vista is no longer supported. [upgraded from vista to 7] … (funda kabanzi)

Recently upgraded to windows 7, and upgraded firefox to version 115. Why am I getting notices that Windows Vista is no longer supported. [upgraded from vista to 7]

Asked by pamorjoe 6 izinyanga ezidlule

Last reply by James 6 izinyanga ezidlule

  • Okugcinwe kunqolobane

Spell Checker not working

The spell checker isn't working for me. I've found old answers to this: "You can see which dictionary is selected if you right-click in a text area and open the Languages… (funda kabanzi)

The spell checker isn't working for me. I've found old answers to this:

"You can see which dictionary is selected if you right-click in a text area and open the Languages sub menu. At least one dictionary should be installed and have a check mark to indicate that it is selected.

   open the "Add Dictionaries" link to install a dictionary if you do not have one. 

The spelling checker is enabled if [X] "Check Spelling" in the right-click context menu has a checkmark.

You can enable or disable spell checking globally:

   Options/Preferences -> General: Language and Appearance: "Check your spelling as you type" 

You can look here for dictionaries:

   https://addons.mozilla.org/firefox/language-tools/ 

Note that for spell check you need a dictionary. A language pack provides string translations for the user interface.

   https://support.mozilla.org/en-US/kb/use-firefox-interface-other-languages-language-pack 

You can check the layout.spellcheckDefault pref on the about:config page.

   http://kb.mozillazine.org/layout.spellcheckDefault "'


But I don't understand what most of this means!

I don't find 'language' because I don't know where to find a "text box containing more than one line" I'd have thought this was one, but the option does not come up here when I right click.

I realise this is probably me being dense, but can someone help in simple terms, please? Thanks.

Asked by janet25 2 iminyaka edlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Firefox fails yet again. All bookmarks erased and previous tabs do not open.

I just tried to open Firefox and got the message "The bookmarks and history system will not be functional because one of Firefox's files is in use by another application.… (funda kabanzi)

I just tried to open Firefox and got the message "The bookmarks and history system will not be functional because one of Firefox's files is in use by another application. Some security software can cause this problem". DO NOT redirect to this link

https://support.mozilla.org/en-US/kb/fix-bookmarks-and-history-will-not-be-functional?as=u&utm_source=inproduct&redirectslug=The+bookmarks+and+history+system+will+not+be+functional&redirectlocale=en-US

It is useless. I tried to restore 3953 items from a previous back up and received the message "Unable to process the backup file".

I am not interested in hearing how to prevent this problem in the future, because obviously creating backups do not work.

How do I check to see if the problem was caused by security software, even though I have not added anything?

Asked by incompletetb 1 unyaka odlule

Last reply by incompletetb 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

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

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 SuMo Bot 2 iminyaka edlule

Answered by SuMo Bot 2 iminyaka edlule

  • Okugcinwe kunqolobane

How to disable Firefox's search (Ctrl + F keyboard shortcut) to be used for the website's internal search?

In numerous cases i have found not to be beneficial when website's search function is activated on Ctrl+F keyboard shortcut and where is better to use regular Firefox on-… (funda kabanzi)

In numerous cases i have found not to be beneficial when website's search function is activated on Ctrl+F keyboard shortcut and where is better to use regular Firefox on-page search instead. I think that the good site has search button/area visible so i can use it when needed.

So please how to disable Firefox's search (Ctrl + F keyboard shortcut) to activate website's internal search? I want to always use regular Firefox on-page search that i now trigger by left Alt (to show the FF menu), click Edit menu, click Find in page.... (since Ctrl+F is occupied by website's internal search).

Asked by #367259 1 unyaka odlule

Last reply by zeroknight 1 unyaka odlule

Chase banking won't accept Firefox, even after upgrading

When I try to sign in to Chase banking, it tells me to upgrade my browser, which I have already done. Had to use Edge to login successfully. Using Windows 11 Pro with cur… (funda kabanzi)

When I try to sign in to Chase banking, it tells me to upgrade my browser, which I have already done. Had to use Edge to login successfully. Using Windows 11 Pro with current Firefox browser.

Asked by keith.higgins62 3 izinyanga ezidlule

Last reply by James 3 izinyanga ezidlule

  • Okugcinwe kunqolobane

tabs still crashing.

I still have not had any improvement with tab crashes especially on sites containing videos. Lately, every time i go on Facebook and play a video reel, i stop the video a… (funda kabanzi)

I still have not had any improvement with tab crashes especially on sites containing videos. Lately, every time i go on Facebook and play a video reel, i stop the video and before i can return to my home page, the tab crashes. This browser has gotten worse rather than improving.

Asked by Scot63 1 unyaka odlule

Last reply by madcap magician 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

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

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

Answered by Paul 2 iminyaka edlule

Multiple Processes

Hello. My tablet, has limited memory, due to its age. I am now finding that one of the main reasons why it is so slow is because whenever I open firefox, it opens multipl… (funda kabanzi)

Hello. My tablet, has limited memory, due to its age. I am now finding that one of the main reasons why it is so slow is because whenever I open firefox, it opens multiple firefox processes which drain the memory and in some cases crashes the system. I have followed all the advice given to reduce these multiple processes, however nothing seems to work and at least 6-8 firefox processes open each time I open it. I have unchecked the recommended performance settings as well as hardware acceleration boxes. However, I cannot find where to set the content process limit to 1. Please tell me how to do this and if there anything else I can try to stop it opening multiple processes or I may be forced to ditch Firefox altogether for an alternate such as Bing, Chrome or DuckDuckGo. Many thanks. Charlie

Asked by charleshelliwell 4 izinyanga ezidlule

Last reply by Denys 4 izinyanga ezidlule