Reply opens 10 or more reply windows but none are replying to the latest message from the person. [was Problems with update 115]

I have used Thunderbird for more than 15 years and have always liked the way it works and promote it to anyone needing an email client, but the latest version 115 Super N… (மேலும் படிக்க)

I have used Thunderbird for more than 15 years and have always liked the way it works and promote it to anyone needing an email client, but the latest version 115 Super Nova is terrible. I don't like the font or anything in the update. Now I just found a new problem. Since last update messages show all previous messages from same sender with current message at the bottom of list. I have looked for a way to change this but have not found anything. It used to work so good and now it sucks.

Asked by compconsult 5 மாதங்களுக்கு முன்பு

Last reply by Wayne Mery 57 வினாடிகள் முன்பு

Saving all open tabs: links saved but not to the specified folder

Firefox 125.0.2 on Mac When I press shift+cmd+D to bookmark all open tabs, instead of the links being saved to the designated folder, they are all saved to "Bookmarks Me… (மேலும் படிக்க)

Firefox 125.0.2 on Mac

When I press shift+cmd+D to bookmark all open tabs, instead of the links being saved to the designated folder, they are all saved to "Bookmarks Menu". The designated folder itself also appears with these links but it itself is empty.

I would expect shift+cmd+D to bookmark all links in the folder and the folder to appear in "Bookmarks Menu". This is what use to happen ages ago. I'm not sure what caused the change in behavior. Anyone have any ideas on fixing this?

Asked by Tom 2 நாட்கள் முன்பு

Last reply by Tom 26 நிமிடங்கள் முன்பு

Spell Checker still does not work even with multiple dictionaries and language packs installed and enabled, plus "Check your spelling as you type" ticked

Title, The option to switch languages is also not present in the right click menu (see attached image) I'm really unsure how to figure this out so any advice would be g… (மேலும் படிக்க)

Title,

The option to switch languages is also not present in the right click menu (see attached image)

I'm really unsure how to figure this out so any advice would be greatly appreciated.

Thank you for your time.

Asked by eftdlcoy 10 மணி நேரத்திற்கு முன்பு

Last reply by James 42 நிமிடங்கள் முன்பு

userChrome.css - Help With Customizing Tabs (part 2)

Hi All, I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be ve… (மேலும் படிக்க)

Hi All,

I would like the content area of my tabs moved up so that the box is filled with the actual tab color, without the white background, and also the text will be vertically centered. Right now, the text is dropping too close to the bottom of the tab.

Had this looking very nice in FF 88 with the same code, as you can see in the attached images, but it seems to render differently in FF 115 ESR and FF 125.

Below is some code I used to style the tabs, but the problem exists without this code as well.

I've also included some "tabs on bottom" code I'm using as well at the very bottom.

Would sure like to get those Classic Toolbar Buttons working again too (shown in the second image), but that will be a later request :)

Any help is appreciated.

Thanks!

/* Highlight non-selected tabs on mouseover */ .tabbrowser-tab:not([selected]):hover .tab-content {

  background-color: #dbe3eb !important;

}

  1. TabsToolbar {
 -moz-box-ordinal-group: 3 !important;
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 height: 25px !important;
 background-image: url("bkmr_back.gif") !important;
 border-top: 1px solid #afc0d2 !important;
 border-bottom: 1px solid #8698aa !important;

}

/* Background color of selected tab */ .tab-background[selected="true"] {

   background-attachment: none!important;
   background-image: none!important;
   background-color: #eef5fc !important;

}

/* Background color of non-selected tab */ tab-background:not([selected]) {

   color: #000000 !important;
   background-color: #c7d3e0 !important;

}

/* Border color & bold text for selected tab */

  1. TabsToolbar .tabbrowser-tab[selected] {
   font-weight: 700 !important;
   color: #000 !important;
   border-top: 1px solid #8698aa !important;
   border-left: 1px solid #8698aa !important;
   border-right: 1px solid #8698aa !important;

}

/* Border color & normal text for non-selected tab */

  1. TabsToolbar .tabbrowser-tab:not([selected]) {
   font-weight: 600 !important;
   color: #000 !important;
   border-top: 1px solid #afc0d2 !important;
   border-left: 1px solid #afc0d2 !important;
   border-right: 1px solid #afc0d2 !important;

}

/* -------------- TABS ON BOTTOM --------------- */ /* TABS: below nav-bar - updated for 89+ | 108+ | 113+ */

  • |*:root {
 --tab-toolbar-navbar-overlap: 0px !important;
 --tab-min-height: 25px !important; /* adjust */
 --tab-min-width:  80px !important; /* adjust */

}

  1. navigator-toolbox #TabsToolbar {
 position: absolute !important;
 bottom: 0;
 /* height: 27px !important; */
 height: 28px !important;
 width: 100vw !important;

}

/* navigator-toolbox - padding */

  • |*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
 position: relative !important; /*89+*/
 padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*adjust*/
 background-color: var(--toolbar-bgcolor) !important;

}

/* TABS: HEIGHT */

  1. tabbrowser-tabs,
  2. tabbrowser-arrowscrollbox,
  3. tabbrowser-tabs .tabbrowser-tab {
 min-height: var(--tab-min-height) !important;
 max-height: var(--tab-min-height) !important;

}

.tab-stack {

 height: var(--tab-min-height) !important;

}

  1. TabsToolbar {
 height: var(--tab-min-height) !important;
 margin-bottom: 0px !important;
 /* box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*optional*/
 /* background-color: var(--toolbar-bgcolor) !important; */
 color: var(--toolbar-color) !important;

}

/* drag space */ .titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {

 width: 40px;

}

/* Override vertical shifts when moving a tab */

  1. navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
 padding-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] #tabbrowser-tabs {
 padding-bottom: unset !important;
 margin-bottom: unset !important;

}

  1. navigator-toolbox[movingtab] > #nav-bar {
 margin-top: unset !important;

}

/* hide indicators and caption buttons */

  1. TabsToolbar .private-browsing-indicator {display: none !important;}
  2. TabsToolbar .accessibility-indicator {display: none !important;}
  3. TabsToolbar .titlebar-buttonbox-container {display: none !important;}
  4. TabsToolbar #window-controls {display: none !important;}

/* -------------- TABS ON BOTTOM --------------- */

Asked by Slouch 2 நாட்கள் முன்பு

Last reply by Slouch 47 நிமிடங்கள் முன்பு

phone contact with a tech person for help

Please call me at [removed phone# from public support forum] to provide tech help in setting up my thunderbird email. Thank you, Rich D'Ambrosia

Asked by richwon 1 மணி நேரம் முன்பு

Need to edit AM post.

Hi, Left post outlining TBird 115.x issues but I am the issue for the 'search' woes. The upper section simply needed to be shrunk - became a 2-headed arrow [when I figure… (மேலும் படிக்க)

Hi, Left post outlining TBird 115.x issues but I am the issue for the 'search' woes. The upper section simply needed to be shrunk - became a 2-headed arrow [when I figured it out.] Wonder whether other problems are also blatantly simply.

Asked by Tanya T. 1 மணி நேரம் முன்பு

Website not workin

I use Lightfolio.com for my website hosting. My computer does not let me login or load the website using Firefox. I've deleted the cookies, and played with the settings, … (மேலும் படிக்க)

I use Lightfolio.com for my website hosting. My computer does not let me login or load the website using Firefox. I've deleted the cookies, and played with the settings, and it still doesn't work. I'm really needing help as this is dampering my business.

Asked by shannonharrisphotography 6 மணி நேரத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 1 மணி நேரம் முன்பு

Getting my OLD Firefox Configuration back

Dear People --- FIRST: I apologize for taking so ling. I had physical probs, that kept me from coming back. SECOND: I'm afraid that I can't solve this problem with the a… (மேலும் படிக்க)

Dear People --- FIRST: I apologize for taking so ling. I had physical probs, that kept me from coming back. SECOND: I'm afraid that I can't solve this problem with the advice provided. There was a file mentioned [which slips my mind, and I can't look for it with out leaving this screen] that is supposed to be on my desk top. I couldn't find it, so things stopped there.

SO..... I'm reiterating my problem: I loaded an "update" to Firefox that was supposed to get around the obnoxious "THIS BROWSER IS NO LONGER SUPPORTED" message I'd get on certain web-sites [such as the Milwaukee Journal]. I never understood that, as I am careful to update programs, when the updates are available. SO: While I was on the Milwaukee Journal Site, I clicked on the "Firefox Update" that the Journal's site recommended. What happened was I got the Current Version, and LOST all of my add-ons. After problems I can't go into here, "The Cat's Back." Please advise whether I can get things back after this much time.

N.B.: I'm running Windows 10.

THANKX! C M The Gray Cat

Asked by The Gray Cat 6 மணி நேரத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 1 மணி நேரம் முன்பு

Memory Leak help

Need help figuring out why Firefox has a memory leak after an extended use of Firefox browsing. Don't know if its the result of an extension having this issue, or if its … (மேலும் படிக்க)

Need help figuring out why Firefox has a memory leak after an extended use of Firefox browsing. Don't know if its the result of an extension having this issue, or if its a Firefox bug. I have also provided my troubleshooting information, and a link to my memory usage is listed below for download: https://1drv.ms/u/s!ArspaZQCMwZ-iLU_CckOfLkl9DlETQ?e=MuIqsO Thanks in advance!

Asked by PrimisRulz 5 மணி நேரத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 1 மணி நேரம் முன்பு

Firefox UI freezes when clicking the addressbar.

I am using Firefox 125 in Windows 11. And this just happens recently. Sometimes, quite frequently, when I click the addressbar wanting to input or select a new address. … (மேலும் படிக்க)

I am using Firefox 125 in Windows 11. And this just happens recently.

Sometimes, quite frequently, when I click the addressbar wanting to input or select a new address. The Firefox UI freezes (before the dropdown list of addresses is shown). The video/audio/other effects are still working, and from task manager, it does not cost more CPU/mem than usual. But it does not response to key press or mouse action. All I can do (that I know of) is killing the processes. The problem does not seem related to "current" webpage I am browsing. And I have not installed new addons for a few months.

Any idea what should I look into?

Asked by Magicloud 12 மணி நேரத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 1 மணி நேரம் முன்பு

Yahoo email

When we log into our Yahoo email, there's a small triangle (see screen shot) next to the padlock on the address bar that says "connection not secure". Not sure what to … (மேலும் படிக்க)

When we log into our Yahoo email, there's a small triangle (see screen shot) next to the padlock on the address bar that says "connection not secure".

Not sure what to do to get rid of it.

Asked by pbcb8835 3 மணி நேரத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 1 மணி நேரம் முன்பு

Boldfaced "S" does not print

When I view my bank statement in Firefox, everything appears fine, but when I print the statement, all occurrences of boldfce "S" on the printout are blank. This problem… (மேலும் படிக்க)

When I view my bank statement in Firefox, everything appears fine, but when I print the statement, all occurrences of boldfce "S" on the printout are blank. This problem does not occur with Google. Running macOS Catalina, all maintenance applied, Firefox is at 125.0.3.

Asked by TheOld Crab 3 மணி நேரத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 1 மணி நேரம் முன்பு

Extremely High Ram Usage

Hello Support, 5-1-2024 First Time in a decade I've had to contact support. Please TELL me why there are 13 instances of firefox running at the same time. It is take so… (மேலும் படிக்க)

Hello Support, 5-1-2024 First Time in a decade I've had to contact support. Please TELL me why there are 13 instances of firefox running at the same time. It is take so much memory up and really slowing my machine down on the internet also. Tell me how to fix otherwise I will have to switch to a different web browser. I realy love firefox and have been using since It was released. I really Don't want to switch Browers but this is to much any more. It has become much worse than a Year ago. I do Not have any addons or extension installed now, I don't use them enough to install. Thank you for your help in this BIG HOG memory problem.

Asked by customhitcher 2 மணி நேரத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 1 மணி நேரம் முன்பு

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?

Asked by Brenton Roy 1 நாள் முன்பு

Last reply by Brenton Roy 1 மணி நேரம் முன்பு

eCAPTCHA Problem

Hi For some reason when I go to one of my sites which asks for eCAPTCHA verification , the eCAPTCHA doesn't open anymore. How can I fix this?

Asked by jfoto1951 19 மணி நேரத்திற்கு முன்பு

Last reply by jfoto1951 1 மணி நேரம் முன்பு

Firefox extremely slow to load pages or connect to Web sites after startup - Follow-Up

I see my original question is now archived at https://support.mozilla.org/en-US/questions/1380948#question-reply I never closed it because I didn't know if my last proc… (மேலும் படிக்க)

I see my original question is now archived at https://support.mozilla.org/en-US/questions/1380948#question-reply I never closed it because I didn't know if my last process could really fix the issue. It didn't, not always. Over the years, there have been times when the issue would still pop up, but not as often as before (2022 and earlier).

I have a feeling that during an issue, FF is having difficulty setting up shop after starting up. Consequently, it is spending more time before it could become prepared to connect to the Net. I've come up with another "solution," which is deleting (or moving out) xulstore.json in the profile folder after exiting or before starting FF. You can create a batch command or script to execute the process.

So far, FF is connecting immediately after startup.

Asked by mobilesuit 1 வாரத்திற்கு முன்பு

Last reply by mobilesuit 1 மணி நேரம் முன்பு

  • தீர்வுற்றது

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

Asked by MB 9 மணி நேரத்திற்கு முன்பு

Answered by MB 2 மணி நேரத்திற்கு முன்பு