• Решено

The + sign to open new tab is missing after latest update

How do I get the + sign back on my tabs? After latest update I can only close tabs instead of opening new tab, and I am talking about after opening several tabs. When I h… (читать ещё)

How do I get the + sign back on my tabs? After latest update I can only close tabs instead of opening new tab, and I am talking about after opening several tabs. When I have seven tab open, I have to do ctrl+t to open new tab instead of just clicking on the + sign that use to be at end of tabs. Yes, I do use custom settings. This happened before but I was able to fix by going to tabs under about:config, but it seems the setting is no longer there.

Задан ninershark 6 дней назад

Дан ответ cor-el 5 дней назад

  • Решено

Sync cookies exception list

Hi, This has been brought up before, but not with this exact question (not that I could find, at least). I understand that cookies cannot be synced across devices, but … (читать ещё)

Hi,

This has been brought up before, but not with this exact question (not that I could find, at least).

I understand that cookies cannot be synced across devices, but this is not what I am asking for. Is there a way to make firefox sync the list of exceptions? Meaning, only the specified website URL and its status, not the cookies from these sites.

Задан pompan2 1 неделю назад

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

  • Решено

Missing Openweb discussion functions

After the latest update to firefox on android, the Openweb discussion function is missing from at least 3 websites that work on other browsers. Thedrive.com Twz.com and … (читать ещё)

After the latest update to firefox on android, the Openweb discussion function is missing from at least 3 websites that work on other browsers.

Thedrive.com Twz.com and Newsweek.com

All the above use Openweb discussion function on their websites but firefox does not show them at all.

I checked using Samsung internet browser and the discussions are visible, unlike firefox.

I use ublock extension along with ghostery and privacy badger, but diisabling them or complete removal does not make the discussions visible.

I have deleted the firefox and reinstalled it after the update but the problem persists.

If I want to see the discussions on the thedrive.com or twz.com, I have to use the Samsung internet browser for that.

Could use a fix so I don't have to jump between two browsers.

Задан Vitut83 1 день назад

Дан ответ Paul 23 часа назад

  • Решено

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… (читать ещё)

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

Задан Slouch 2 недели назад

Дан ответ Slouch 2 недели назад

  • Закрыто

View/Folders menu will not allow any selection but Recent

When TB starts up, the only folders I can see are Recent. I can go to View/Folders and click ALL, and as soon as I move the mouse away from that menu item, it switches b… (читать ещё)

When TB starts up, the only folders I can see are Recent. I can go to View/Folders and click ALL, and as soon as I move the mouse away from that menu item, it switches back to Recent. This started on version 115.09, but persists after I've "upgraded" to 115.10.1.

It has now (5/3/24 17:25 CDT) been 2-1/2 days since I submitted this problem, and no one has responded that it has even been noticed, much less solved. One of my two email accounts is a POP3, and the other is IMAP. The IMAP account Inbox doesn't even show up on the TB home screen. (If that info is of any help).

PLEASE ADVISE. My emails are an integral part of my business, and I cannot get to almost any them.

Thanks, rehawkpe

Задан rehawkpe 2 недели назад

Последний ответ от Matt 2 недели назад

  • Решено

specific website no longer loading

Hi, one of my most commonly visited websites (boardgaming commmunity) is no longer loading: https://boardgamegeek.com … (читать ещё)

Hi, one of my most commonly visited websites (boardgaming commmunity) is no longer loading: https://boardgamegeek.com

Задан gignjatic7 2 недели назад

Дан ответ jonzn4SUSE 2 недели назад

  • Закрыто

Triplicate of Problem

thank you for taking out my new real email that I wish to use a sign-in ID I read the ibstructions to not leave personal info.But I was wondering how Iwould get an answer… (читать ещё)

thank you for taking out my new real email that I wish to use a sign-in ID I read the ibstructions to not leave personal info.But I was wondering how Iwould get an answer -- and of course I just have to check back here regulary. If Mr. Moderrator you know a link to solve my problem I would appreciate.

Sincere Thanks Paul

Windows 10 --22H2 ---Sorry.

Задан Paul Ellis 2 недели назад

Последний ответ от cor-el 2 недели назад

  • Закрыто

SIGN in ID/EMAIL

The email acount I was using to sign-in to Firefox has been breached annd the onlyway I can recover it involves sending drivers license photo and current photo ofmy delf … (читать ещё)

The email acount I was using to sign-in to Firefox has been breached annd the onlyway I can recover it involves sending drivers license photo and current photo ofmy delf -- ehich would not prove snything. If somebody hsd my enough info they could fake that easy enough. Although they have takenaway allour privacy I refuse to send them that info.

If I had simply said I need helpchanging my password they never would have known. I was honest about the reason I needed a new password. Ended in my contacting Paypal and telling them to not acceot any more charges as I had the Premium email.

So noe I need a new sign-in here and Firefox becuase if I am asked code to be retrieved from that provider I won't be able to get it.

If someone can help me please send notice to : [email address]

Thanks in advance Paul

Задан Paul Ellis 2 недели назад

Последний ответ от Paul 2 недели назад

  • Решено

Firefox View Open Tabs is EMPTY!

Firefox View Open Tabs is my favorite feature. I (used to) use it daily, but now, even though I have NUMEROUS windows (over 40) and multiple tabs in many of those windows… (читать ещё)

Firefox View Open Tabs is my favorite feature. I (used to) use it daily, but now, even though I have NUMEROUS windows (over 40) and multiple tabs in many of those windows, View Open Tabs is completely empty. I'd very much like to restore that 'index' without losing all those pages/tabs (it's my reading & ToDo list).


Sometime recently, I found it using gobs of CPU even though Javascript was (and still is) disabled, so I found the top CPU process and killed it. Instead of a single page going blank, Firefox crashed. Sometime after that I noticed that View Open Tabs was no longer populating. Maybe that contributed or instigated the dysfunction?

Задан Mike Landis 2 недели назад

Дан ответ Mike Landis 2 недели назад

  • Решено

Google ReCAPTCHA does not work

Hey, Google reCaptcha is not working for about 1 day, but no problem in Chrome browser. Does anyone else experience this? I use the latest firefox browser. reCaptcha de… (читать ещё)

Hey,

Google reCaptcha is not working for about 1 day, but no problem in Chrome browser. Does anyone else experience this? I use the latest firefox browser.

reCaptcha demo: https://www.google.com/recaptcha/api2/demo

Задан jankec08 2 недели назад

Дан ответ Paul 2 недели назад

  • Решено

Captcha partly loads, spins at tick box, does not time out.

Hi, I can't use Firefox because a captcha won't complete loading. I have uninstalled and reinstalled, cleared cache and disabled add ons. I am using a vpn (PIA). Chrom… (читать ещё)

Hi, I can't use Firefox because a captcha won't complete loading. I have uninstalled and reinstalled, cleared cache and disabled add ons. I am using a vpn (PIA). Chrome and Edge both load and operate OK. Thanks in advance.

Captchas are an ongoing issue. Firefox seems to have a LOT more captchas than other browsers. Is there a problem between Mozilla and Google?

Задан Brenton Roy 2 недели назад

Дан ответ cor-el 2 недели назад

  • Решено

LookOut (fix version)

LookOut (fix version) Add-on working with Thunderbird 115.9 - My question is: "Do I have to worry about installing it and giving it access?"

Задан jasna.kespret1 1 месяц назад

Дан ответ Matt 1 месяц назад

  • Решено

Unable to Visit Certain Sites on Macbook

Hello, First time posting here, so I'm hoping that someone can help me out. I'm encountering a very odd issue on my Macbook Pro running MacOS Sonoma 14.4. I am unable… (читать ещё)

Hello,

First time posting here, so I'm hoping that someone can help me out.

I'm encountering a very odd issue on my Macbook Pro running MacOS Sonoma 14.4. I am unable to access two sites – allrecipes.com, and seriouseats.com on my home WiFi network on the Macbook.

These sites work on other browsers (tested on Safari and Chrome), and they also work on my iPhone.

Oddly, when I went to work and tried to access these sites via WiFi using Firefox, I was able to.

I am unsure what the problem is – the ability to access these sites on Safari, Chrome, and my iPhone at home suggests that it's not a network issue. I haven't encountered this issue with any other sites.

I am attaching three screenshots 1) The error message that I'm seeing for allrecipes when I attempt to access the site 2) The security tab which shows that the connection is unencrypted for allrecipes (home network) 3) The security tab showing that the connection is encrypted for alrecipes (work network)

Thanks

Задан PianoMan7 1 месяц назад

Дан ответ zeroknight 1 месяц назад

  • Решено

Darstellung

Sehr geehrte Damen und Herren, ich mußte leider Thunderbird neu installieren und seit dem erscheinen Nachrichten nur noch in seperaten Fenstern. Normalerweise war die Dar… (читать ещё)

Sehr geehrte Damen und Herren, ich mußte leider Thunderbird neu installieren und seit dem erscheinen Nachrichten nur noch in seperaten Fenstern. Normalerweise war die Darstellung 2geteilt: Oben die Nachrichten und unten die Inhalte. Wie stell ich das wieder her?

Mit freundlichen Grüßen Peter Treek

Задан peter.treek 1 месяц назад

Дан ответ peter.treek 1 месяц назад

  • Закрыто

Firefox is a POS

I am tired of this [removed] browser quitting, even when I don't have it open...I am going to uninstall it and NEVER install it again...I tried a full uninstall to see if… (читать ещё)

I am tired of this [removed] browser quitting, even when I don't have it open...I am going to uninstall it and NEVER install it again...I tried a full uninstall to see if it would fix whatever the [removed] issue with it was, but it is doing the same [removed] again!...I don't have this problem with any other browser I use on my system (Chrome, Brave, Opera and Tor)...I am tired of dealing with this [removed], so you can just take your [removed] and shove it!!!

How the hell does a browser crash when it isn't even being used???!!!

No need to respond and ask for any logs or other [removed], because it will all be gone!!!

Задан david822 3 недели назад

Последний ответ от Paul 3 недели назад

  • Решено

Crash on Startup

Hello! I've recently switched to Firefox from Opera. However: After the browser Closes, It will always Refuse to boot up. Even Shift-Click Doesn't work. It opens, but Cra… (читать ещё)

Hello! I've recently switched to Firefox from Opera. However: After the browser Closes, It will always Refuse to boot up. Even Shift-Click Doesn't work. It opens, but Crashes almost Instantly. OS: Windows 11 (Build 23H2)

Задан Aecth 3 недели назад

Дан ответ zeroknight 3 недели назад

  • Решено

Blacklisting

Hi, I am looking for some help. I am using Windows 10, Comcast internet, and a VPN. I get error message when my VPN is on saying that my IP Address has bee blacklisted … (читать ещё)

Hi, I am looking for some help. I am using Windows 10, Comcast internet, and a VPN. I get error message when my VPN is on saying that my IP Address has bee blacklisted and I can not send or receive emails using Thunderbird. I also get an error within Thunderbird. My VPN Service says its either Comcast or Thunderbird. Been working with Comcast on the issue. Could it be a Thunderbird issue? My VPN Service says to reinstall Thunderbird but no guaranties that will help. Please let me know if there are any solutions I can try. Otherwise I may need to pay more for a dedicated IP Address. Thanks Marc

Задан MB 2 недели назад

Дан ответ MB 2 недели назад

  • Решено

virtual Console of dell idrac 8 not working

We still use some Dell 13g servers equipped with idrac 8. When I'm trying to launch the virtual Console the window opens up but nothing shows. This used to work fine in … (читать ещё)

We still use some Dell 13g servers equipped with idrac 8. When I'm trying to launch the virtual Console the window opens up but nothing shows. This used to work fine in previous versions of Firefox. I can't tell from which version it stopped but it's not long ago. Also idrac 9 console works fine in Firefox When trying to open console idrac 8 in Chrome it works fine Any idea what could be causing it? Any config switch to tweak?

Задан markatdxb 3 недели назад

Дан ответ zeroknight 2 недели назад