Stuck in a twilight zone between old and new versions of Firefox

Hi, I'm having issues because I don't seem to have fully migrated from my old version of Firefox to the new one installed by auto update. The two versions are running in … (baca lebih lanjut)

Hi, I'm having issues because I don't seem to have fully migrated from my old version of Firefox to the new one installed by auto update. The two versions are running in parallel causing some major conflicts and incompatibilities, e.g. my open tabs are not showing in the new version (even though I've tried to update my Profile:default), it's not interfacing with my password manager app, links are opening in the new version. I'd be really grateful to know how I can resolve this (please note that I'm not a technically advanced user).

Ditanyakan oleh Kath 8 jam yang lalu

NYT Games lag when typing

1950craigmillar Nov 21, 2024, 02:40 CST I love Firefox, but I can't find an answer to why the keyboard input lags 5-10 seconds. This is always noticeable in NYT Games l… (baca lebih lanjut)

1950craigmillar

Nov 21, 2024, 02:40 CST

I love Firefox, but I can't find an answer to why the keyboard input lags 5-10 seconds. This is always noticeable in NYT Games like Wordle, but not Bluesky, for instance. I use Chrome now for NYT but eventually I'll go back to stay if I can't fix this, which is a shame as it's the best browser around. Thank you for your help.

Ditanyakan oleh Terence Ollerhead 23 jam yang lalu

Jawaban terakhir oleh Terence Ollerhead 8 jam yang lalu

When I want to attach a file, such as .pdf, from My Documents the window shows "Not Responding" and I can't send any attachments. This used to work perfectly until 24 hours ago.

I want to send some attachments with Thunderbird but suddenly, yesterday, I am unable to get My Documents to open and select the required file. I can open Thunderbird as … (baca lebih lanjut)

I want to send some attachments with Thunderbird but suddenly, yesterday, I am unable to get My Documents to open and select the required file. I can open Thunderbird as normal, and I can send text only emails, but when I select "Attach" then My Documents comes up but as soon as I click on ant folder then I get the message "Attach file - Not Responding". The window just stays like that until I close the programme.

This a new problem from 1 day ago.

I am using Windows 11, 64 bit Pro, fully up-to-date; I use Hitman Pro, fully up-to-date, 64 bit; and I use Malwarebytes, fully up-to-date, 64 bit. I have a Lenovo Thinkbook i7 with 1gig hard-drive and 16 gb RAM.

I keep everything current and up-to-date, and programmes like Adobe Acrobat 2020, Hitman Pro, Malwarebytes are all paid-up subscriptions and all up-to-date.

Perhaps someone might have a solution to save having to to reformat my Email programme to Firefox or MS Messenger or some other thing.

Ditanyakan oleh pjpjjones8 8 jam yang lalu

Multiple Tome-Zones in Calendar

I support clients who are globally dispersed and so want to have visibility of an alternative time zone in my calendar. This is something I had been able to do both in Gm… (baca lebih lanjut)

I support clients who are globally dispersed and so want to have visibility of an alternative time zone in my calendar. This is something I had been able to do both in Gmail/Cal and in Outlook (both web and desktop); the screenshot here is from Outlook.

Is this possible in Thunderbird? I have looked in the settings, as well as the existing support/articles but haven't been able to find anything.

Ditanyakan oleh Maritsa 8 jam yang lalu

Curved tabs. Copy the code to your chrome folder in css. For your own color you will have to change a couple of colors to siut. Mine is set up for light green.

navigator-toolbox>toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar) { padding: 0px 4px 4px !important; } .tabbrowser-tab[fadein]:not([pinne… (baca lebih lanjut)

  1. navigator-toolbox>toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(#nav-bar) {
   padding: 0px 4px 4px !important;
 }
  .tabbrowser-tab[fadein]:not([pinned]):not([style*="max-width"]){
   max-width: 300px !important;

}

  1. tabbrowser-tabs {
 --tab-min-height: 36px !important;
 height: 36px !important;

}

#tabs-newtab-button {
   margin-left: 13px !important;
   margin-bottom: -1px !important;
 }
.tabbrowser-tab {
   margin: 0 -14px 0 -3px !important;
 }
 
 .tab-background{
   margin: 0 10px !important;
   background: #F0F2EA;
   background-clip: border-box;
   border: none !important; 
   -moz-transform: perspective(80px) rotateX(8deg) !important;
  -webkit-transform: perspective(80px) rotateX(8deg) !important;
   outline: none !important;
   border-top: 1px solid #7E7B7B !important;
   border-right: 1px solid #7E7B7B !important;
   border-left: 1px solid #7E7B7B !important;
   border-radius: 9px 9px 0 0 !important;
  margin-bottom:-1px !important;   

}


  .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected="true"]) {
   background-color: #D1D5C6 !important;
 }
 
 .tabbrowser-tab[selected="true"] .tab-background {
   background: #F0F2EA !important;
 }
 
 .tabbrowser-tab[selected="true"] .tab-text.tab-label {
   color: black !important;
 }
 
 .tab-line {
   display: none !important;
 }
 
 .tab-content {
   padding: 0 25px !important;
 }
 
  /* for backward compatibility */
 .tabs-newtab-button.toolbarbutton-1 {
   margin-left: -0px !important;
 }
 
 .titlebar-placeholder[type="pre-tabs"] {
   border-inline-end: initial !important;
 }
 
 #tabbrowser-tabs:not([movingtab])>.tabbrowser-tab[beforeselected-visible]::after,
 #tabbrowser-tabs[movingtab]>.tabbrowser-tab[visuallyselected]::before,
 .tabbrowser-tab[visuallyselected]::after {
   border-color: var(--tabs-border-color);
   margin-top: 0 !important;
   margin-bottom: 1px !important;
   opacity: 8 !important;
   border: none !important;
 }
 
 [tabsintitlebar]:root:not([extradragspace]) .tabbrowser-tab::after,
 .tabbrowser-tab:hover::after,
 #tabbrowser-tabs:not([movingtab])>.tabbrowser-tab[beforehovered]::after {
   border: none !important;
 }
 
 .tab-text.tab-label {
   text-shadow: initial !important;
   color: black !important;
   font-style: unset;
   text-decoration: none !important;
   -webkit-font-smoothing: antialiased !important;
   -moz-osx-font-smoothing: grayscale !important;
 }
 
 .tabbrowser-tab:hover .tab-text.tab-label {
   color: black !important;
   text-shadow: none !important;
   -moz-osx-font-smoothing: unset !important;
 }

Ditanyakan oleh Neil Harris 9 jam yang lalu

User friendlyness completely lost

I am an longtime user but not a freak in using the system. I have the feeling that ISPs have difficulty in implementing good standards, but Thunderbird as well. I had a s… (baca lebih lanjut)

I am an longtime user but not a freak in using the system. I have the feeling that ISPs have difficulty in implementing good standards, but Thunderbird as well. I had a sequence of issues and failures and had to repair them by continuously changing settings and now it becomes virtually inoperable. I do not want to spend time in solving all these issues, if expert fora suggests pieces of python code as solution I have to conclude that the system does not work any more. One other problem TB changes apparently so much its own menu structure that that is also not working any more. And solutions given cannot be implemented. Sorry to say, this is immature freaky programming, you need some serious system engineers and managers to repair the chaos. Google and ISPs will anyhow continue with their own interest so Thunderbird should be robust against the outside inconsistencies. My complaint is both for the calender as the mail handling. Sorry to say, I am willing to pay that you could hire good programmers, but the volunteers with proper guiding are possibly better qualified. I hope you can solve the issues - changing fully to another environment implies reorganising my work environment.

Hoping you can recover, success, Lars Venema

Ditanyakan oleh venem788 9 jam yang lalu

MOZILLA_PKIX_ERROR_OCSP_RESPONSE_FOR_CERT_MISSING

Hi there, Our website is not showing to our customers and they are receiveing this error MOZILLA_PKIX_ERROR_OCSP_RESPONSE_FOR_CERT_MISSING We have checked our site wit… (baca lebih lanjut)

Hi there,

Our website is not showing to our customers and they are receiveing this error MOZILLA_PKIX_ERROR_OCSP_RESPONSE_FOR_CERT_MISSING

We have checked our site with SSL Labs https://www.ssllabs.com/ssltest/analyze.html?d=locomotivestation.com.au and it returns showing the SSL is fine.

We can see the site and operate on Google Chrome but cannot work out why it is not displaying on Firefox.

Any suggestions?

Thanks

Ditanyakan oleh Sue Henry 9 jam yang lalu

Im copy image from paint.net to Google docs and image broke.

Firefox 132.0.2 (64-bit) In other browsers/programm work correctly https://docs.google.com/ From me topic: https://forums.getpaint.net/topic/130993-copy-paste-image/ I… (baca lebih lanjut)

Ditanyakan oleh hokagegaara 9 jam yang lalu

firefox Tabs constantly crashing, crash reports included

Hi Reinstalled Win 10 pro on my i7 4th gen 16gb RAM 250 SSD copied firefox profile folder which brings back all my windows tabs bookmarks etc I now get tabs crashing c… (baca lebih lanjut)

Hi

Reinstalled Win 10 pro on my i7 4th gen 16gb RAM 250 SSD copied firefox profile folder which brings back all my windows tabs bookmarks etc

I now get tabs crashing constantly

Before the reformat I used Norton 360 at mostley default settings for over 6 months with no problems,

tried turning things off in Norton

Norton 360 is reinstalled: browser extensions, password manager, norton homepage, norton safeweb, norton safesearch are all not installed Browser and browser data protection is on, VPN is off turned off auto protect and smartfirewall

use to use adblockplus and privacy badger firefox add ons with no problem these are now off

Ive refreshed startup and cleared startup cache

maybe when I copied the profile across it missed some files however I did zip the old profile folder and copied its a big file 690MB unzipped

crash reports

Crash ID: bp-8c10712c-d0a1-4794-a650-97fa20241120 Crash ID: bp-cfda1f88-afc4-4888-969e-01f080241120 Crash ID: bp-52c67cf0-5704-432a-bda9-017310241120 Crash ID: bp-41fe5c53-4786-4042-a25a-76f890241120 Crash ID: bp-9ac67edf-99fe-4422-ba95-3dea50241119

see included images of what looks corrupted addons and settings section in firefox settings

not sure what to do now

Ditanyakan oleh mark19601 2 hari yang lalu

Jawaban terakhir oleh mark19601 1 hari yang lalu

Address book, synchronizing

A few days ago I changed from BlueMail to Thunderbird for Android phones. Everything went smoothly with the QRcode, but when using Thunderbird for Android I found out tha… (baca lebih lanjut)

A few days ago I changed from BlueMail to Thunderbird for Android phones. Everything went smoothly with the QRcode, but when using Thunderbird for Android I found out that the app on my phone was not in sync with Thunderbird in either my desktop or laptop. If i delete a message from my phone app, I`ll still find it in my desktop/laptop. Another thing: there`s no addressbook in the phone app at all, no settings. Where were they forgotten?

Ditanyakan oleh Pertti Jalonen 10 jam yang lalu

Thunderbird Автоматически отмечать сообщения как прочитанные не работает

Добрый день! Убрал галку с настройки "Автоматически отмечать сообщения как прочитанные не работает", однако в почте по прежнему письма становятся прочитанными, что делать… (baca lebih lanjut)

Добрый день! Убрал галку с настройки "Автоматически отмечать сообщения как прочитанные не работает", однако в почте по прежнему письма становятся прочитанными, что делать?

Где находится данная настройка, нахожу только в поиске =(

Ditanyakan oleh anashchenkov_ea 11 jam yang lalu

Jawaban terakhir oleh anashchenkov_ea 10 jam yang lalu

Thunderbird running slow on windows 10 after latest update.

After the update to the new version of Thunderbird, it is running slow with "not responding" messages. It takes a few minutes to download emails from Google Mail but even… (baca lebih lanjut)

After the update to the new version of Thunderbird, it is running slow with "not responding" messages. It takes a few minutes to download emails from Google Mail but eventually works. I run widows 10 on 64bit Del laptop with 8GB RAM. I cannot upgrade to Windows 11 as my system will not support it.

Processor Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz 2.39 GHz Installed RAM 8.00 GB (7.80 GB usable) System type 64-bit operating system, x64-based processor

Ditanyakan oleh Vicky Buxton 11 jam yang lalu

How to Disable "Click" Sound Effect In Firefox and Thunderbird?

Firefox version 132.0.1 Thunderbird version 128.4.0esr O/S: PCLinuxOS Debian Edition (Debian 12 Bookworm) with KDE 5 I am getting a "Click" sound effect when I click Men… (baca lebih lanjut)

Firefox version 132.0.1 Thunderbird version 128.4.0esr O/S: PCLinuxOS Debian Edition (Debian 12 Bookworm) with KDE 5

I am getting a "Click" sound effect when I click Menu Bar items in both Firefox and Thunderbird, Bookmarks in Firefox, Folders in Thunderbird and some other items in both. I can not find a way to turn it off. It does not happen in any other applications, including other web browsers that are forked from Firefox, so I think it is a Mozilla problem.

This is a relatively new installation that was set up copying settings from Firefox on Windows 10 using Firefox Sync. I did not copy anything from Windows Thunderbird because my email is IMAP which brings in everything from the server. I am not getting this clicking sound in Windows Firefox and Thunderbird.

I am GUESSING that the sound effect is due to an Accessibility setting that is buried somewhere, maybe in one of the text-based "about...." configuration files, but I don't know where to look. I have gone through the Linux KDE System Settings and the Settings in Firefox and Thunderbird several times trying to find it. I will note that I set up Firefox and Thunderbird in the same Linux distro on a laptop also using Firefox Sync and do not have this problem with the laptop. Can anyone tell me where to look to get rid of this irritating noise?

Thank You!

Ditanyakan oleh dmarshall1951 1 minggu yang lalu

Jawaban terakhir oleh dmarshall1951 12 jam yang lalu

YT Community Tab troubles

When you go to the YouTube community tab, click on a link like https://www.youtube.com/post/UgkxFmoD_WE2uSNmIHw1Njhj36JVQMnzrWzz this example I get a banner that this pa… (baca lebih lanjut)

When you go to the YouTube community tab, click on a link like https://www.youtube.com/post/UgkxFmoD_WE2uSNmIHw1Njhj36JVQMnzrWzz this example I get a banner that this page slows down firefox and after a few minutes the tab crashes. I tried disabling extensions, but it didn't help me. I came across this on two different PCs on Windows.

ff 131.0 x64 win10 x64 1809

Ditanyakan oleh namenamenamename 1 bulan yang lalu

Jawaban terakhir oleh namenamenamename 13 jam yang lalu

Yahoo

I started using Thunderbird several months ago. I use Windows10 and Edge; using the settings advised by optus. Optusnet is my email server. With some difficulty I downloa… (baca lebih lanjut)

I started using Thunderbird several months ago. I use Windows10 and Edge; using the settings advised by optus. Optusnet is my email server. With some difficulty I downloaded my address book via a CSV file. Emails to or from Yahoo addresses do not arrive. A sent message records as having been sent and is in the sent box but is not received by the addressee. Arriving emails do not arrive from Yahoo. All other email addresses appear to be delivered ok. I have double checked all of communication settings. Please advise.

Ditanyakan oleh Les Shepherd 13 jam yang lalu

TB does not show emails correctly, everything is objects, can't click links, can't open attachments....

Hello all. :-) Since the last update, I can SEND email fine(including attachments), but when I OPEN any email, all the items on the screen show up like editable obj… (baca lebih lanjut)

Hello all. :-)

Since the last update, I can SEND email fine(including attachments), but when I OPEN any email, all the items on the screen show up like editable objects, none of the links work, you can't download or otherwise access any attachment, and I am getting a cryptic message in yellow at the bottom of the window.

I tried downgrading to the last version that worked, but then TB would not allow me to import the profile, as the latest version has obviously done something in the profile, to make it incompatible if you downgrade - I just get a message that you can't import the profile, it was created in a newer version of TB......sod off. ;-)

I have attached images of what I am seeing. I have pixelized my email address etc, for privacy.

Can anyone help?

Ditanyakan oleh graeme_rixon 14 jam yang lalu