Why will Firefox not open PDF documents coming for signature or any map on any website?
Tell me how to fix Firefox so I can see a map and not just a blank screen. Tell me how to allow Firefox to open pdf documents for signature.
Tell me how to fix Firefox so I can see a map and not just a blank screen. Tell me how to allow Firefox to open pdf documents for signature.
Came back from an errand earlier this morning and after turning on my Mac again, found that Thunderbird 115.10.1 was prompting me for my username and password at the web … (read more)
Came back from an errand earlier this morning and after turning on my Mac again, found that Thunderbird 115.10.1 was prompting me for my username and password at the web page for my account, using a pop-up Safari window. But trying to do that doesn't work because my version of macOS is not supported by Yahoo! Mail anymore.
So I tried deleting the account and adding it back, since this is the very first time it's ever done this, but that doesn't work, either, because Thunderbird still prompts me for the same username and password using the same Safari window that won't work anymore.
Tried updating Thunderbird to 115.16.3, but that makes no difference; still can't send or receive email.
Who's idea was this, and why did nobody consider that web sites have dropped support for many older browsers that can't be upgraded, and give you no option to use a browser of your choice that would work for this, even though it should never be required?
How do I (or others that are affected) solve this problem once and for all?
SENDIN MESSAGE FAILED AN ERROR OCCURRED WHILE SENDINDING MAIL. THE MAIL SERVER RESPONDED; MAIL BOX FULL ... FAILED TO PROCESS MESSAGE DUE TO A PERMANENT EXCEPTION WITH M… (read more)
SENDIN MESSAGE FAILED AN ERROR OCCURRED WHILE SENDINDING MAIL. THE MAIL SERVER RESPONDED; MAIL BOX FULL ... FAILED TO PROCESS MESSAGE DUE TO A PERMANENT EXCEPTION WITH MESSAGE... MICROSOFT UNITED STORAGE IS FULL
Many moons ago I used Microsoft's Outlook as my email program. When I would open Outlook, it would retrieve all of my emails from my ISP's server, permanently removing t… (read more)
Many moons ago I used Microsoft's Outlook as my email program. When I would open Outlook, it would retrieve all of my emails from my ISP's server, permanently removing the emails from the server while downloading them into Outlook.
When I installed Thunderbird recently, it was to do the same thing. My ISP had sent me several notices that my email account was close to full, so I was looking for an email program that worked the same way Outlook does, and removes my emails from my ISP's email server as it downloads them to my PC.
The first issue I'm having is that Thunderbird does not appear to do this? Or do I simply have my Thunderbird account/settings set up incorrectly?
My next issue is directly tied to the first one. Every time I open Thunderbird it starts re-downloading all of the emails that it has previously already copied into my Thunderbird Inbox, but that are still in my email account on my ISP's email server. This is probably 15 years worth of emails and equates to thousands of emails I'm saving, and every time I open Thunderbird it starts re-downloading them again. I simply want to be able to save them to my local email client (Thunderbird) and store them on my PC's hard drive.
The final issue is also tied to the first two: As soon as it starts downloading the emails again, Thunderbird (and only Thunderbird) lags heavily and almost continuously. It lags so badly that it becomes incredibly difficult to write a new email in Thunderbird, and so I end up closing the program and logging into my ISP's email server and using their client to write my emails, or conducting my email business via my phone, which takes longer and is more challenging due to continuous fat-fingering of the phones tiny little keyboard.
So, am I missing something, or do I have some settings in Thunderbird set up incorrectly? Or does Thunderbird simply not work the same way Outlook does (or at least use to)?
Thanks in advance for any help or advice anyone is willing to give.
~ Doug
I was excited to see that Firefox had support for Canadian English, however the dictionary seems to be missing numerous words and I get spelling errors for words like "la… (read more)
I was excited to see that Firefox had support for Canadian English, however the dictionary seems to be missing numerous words and I get spelling errors for words like "lasagna."
Is this a bug or is the dictionary just barely populated with words and missing a tremendous amount?
Hi, Why am I getting this message? Unable to write the email to the mailbox. Make sure the file system allows you write privileges, and you have enough disk space to co… (read more)
Hi,
Why am I getting this message?
Unable to write the email to the mailbox. Make sure the file system allows you write privileges, and you have enough disk space to copy the mailbox.
I started the program this morning and got a small download. Left the program open and 30 minutes later tried another download. The program shut down last night without a problem. I have compacted the inbox and there is plenty of disk space. What is the problem? Allan
I often receive a 403 error when using Firefox Every time, before this happens, I get the unsafe website warning and then the 403 error when I continue anyway I am usi… (read more)
I often receive a 403 error when using Firefox Every time, before this happens, I get the unsafe website warning and then the 403 error when I continue anyway
I am using the latest version at the time of writing These errors only occur on my desktop PC I have tried to replicate this issue on both my phone (Android) and another laptop(Windows 11) but all the websites work normally on there.
I have tried the following, none of which have any effect:
The following do fix the issue
Going through the privacy and security tab and reseting all the settings sometimes works but only temporarily
The following are a few websites where the issue occurs
Chrome has an extension that can detect AI created images called Hive. Is there a similar one for Firefox?
Well looks like they did it to us again. My tabs are back on top again and need to put them below where I am a lot of other users like our tabs! Below is my current c… (read more)
Well looks like they did it to us again. My tabs are back on top again and need to put them below where I am a lot of other users like our tabs!
Below is my current coding if anyone knows how to adjust it to force the tabs to the bottom again would be much appreciated!!
Current version I am running of FF is 133.0
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */
/* IMPORTANT Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top
position: fixed; display: block; top: 0px; right:0; height: 40px;
} @media (-moz-gtk-csd-reversed-placement),
(-moz-platform: macos){ .titlebar-buttonbox-container{ left:0; right: unset !important; }
} @supports -moz-bool-pref("userchrome.force-window-controls-on-left.enabled"){
.titlebar-buttonbox-container{ left:0; right: unset !important; }
}
.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }
-moz-box-ordinal-group: 2; /* Fx <112 compatibility */ order: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; --uc-menubar-vertical-overlap: 19px; /* for hide_tabs_with_one_tab_w_window_controls.css compatibility */
} /* Re-order window and tab notification boxes */
.global-notificationbox,
-moz-box-ordinal-group: 2; /* Fx <112 compatibility */ order: 2;
}
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
@media (-moz-gtk-csd-close-button){
.titlebar-button{ -moz-box-orient: vertical; /* Fx <112 compatibility */ flex-direction: column; }
}
/* At Activated Menubar */
display: block !important;
}
visibility: hidden;
}
/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }
/* Uncomment the following if you want bookmarks toolbar to be below tabs */ /*
-moz-box-ordinal-group: 2; order: 2;
}
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */
/* height if native titlebar is enabled, assumes empty menubar */ --uc-menubar-height: 20px;
}
/* height when native titlebar is disabled, more roomy so can fit buttons etc. */ --uc-menubar-height: 29px;
}
--uc-menubar-height: 0px;
} /* Since menubar is statically at top, remove fake drag-space that might be set by window_control_placeholder_support.css */
-moz-window-dragging: drag; padding-top: var(--uc-menubar-height) !important;
}
/* Remove window dragging from notification boxes */
.global-notificationbox{
-moz-window-dragging: no-drag;
}
position: fixed; display: flex; top: 0px; height: var(--uc-menubar-height); width: 100%; overflow: hidden;
}
order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-post,20px);
}
visibility: visible;
}
display: none !important;
}
I've recently been experiencing a new problem with Thunderbird. As soon as I click on a subfolder in the left column that is bolded to indicate the presence of an unread … (read more)
I've recently been experiencing a new problem with Thunderbird. As soon as I click on a subfolder in the left column that is bolded to indicate the presence of an unread email, the unread email immediately disappears. I can usually find it in either the Junk folder or in Trash. Is this possibly a bug in the latest update?
When the latest version is released, if I continue browsing without pressing the update button, the process suddenly becomes slow or freezes until I restart the device. W… (read more)
When the latest version is released, if I continue browsing without pressing the update button, the process suddenly becomes slow or freezes until I restart the device. Why is this? There are no problems until the update arrives, but as soon as the update arrives, the device becomes unstable, and after the update, it works as if nothing happened.
I am using Google Translate, so the nuances may be different.
I am trying to setup an email account through Spectrum. My user name and password are correct, so I think the problem is in the server settings. Thunderbird has the setti… (read more)
I am trying to setup an email account through Spectrum. My user name and password are correct, so I think the problem is in the server settings. Thunderbird has the settings as "mobile.charter.net". I have checked with Spectrum and this is correct. But Thunderbird says that something is still incorrect. Any advice on what I should do?
email page very delayed and always "not responding' message popping up. won't let me send everytime. generally not working for me.
I have the setting browser.search.openinnewtab and also browser.urlbar.openintab both set to true, but when I type a search into either the address bar or the search bar … (read more)
I have the setting browser.search.openinnewtab and also browser.urlbar.openintab both set to true, but when I type a search into either the address bar or the search bar next to it, instead of opening a new tab, it puts that search into an already-open blank tab, if one is already open.
I often use blank tabs to separate my currently open tabs into groups by topic and whatnot, so it's incredibly annoying when the search bar takes over one of my adhoc 'separators' instead of opening a new tab like I want it to.
Is there a setting to force the search bar to always open a brand new tab, even if 'new tabs' are already open??
Hello, I wanna to delete saved LOGINS that firefox recomended me sometimes. I can't find it in saved passwords. How can I do it?
step we took: attempted to log in got error msg confirmed log in cred are correct used different email worked but, icloud issue pressit confirmed the server is correct … (read more)
step we took: attempted to log in got error msg confirmed log in cred are correct used different email worked but, icloud issue pressit confirmed the server is correct
My search bar is taking up the entire screen when I try to interact with it. When I go to search stuff, then it returns to the normal style. Then, when I try to interact … (read more)
My search bar is taking up the entire screen when I try to interact with it. When I go to search stuff, then it returns to the normal style. Then, when I try to interact with the page I'm on, it absorbs the screen.
I never feel like webpages scale properly when I visit them. There is always content left off screen or I have to zoom out so much that the text is too small to read. Is … (read more)
I never feel like webpages scale properly when I visit them. There is always content left off screen or I have to zoom out so much that the text is too small to read. Is there a setting I can change to affect this?
This webpage is particularly egregious: https://www.desktopmetal.com/products/shop
My Firefox Nightly version is: 135.0a1 (2024-11-26) (aarch64). My computer is a: MacBook Air (15-inch, M2, 2023) running macOS Sequoia (Version 15.1). I have been having these issues for a long time regardless of computer.
I have attached a picture of the labs settings I have enabled but I cannot see why any of them would affect this.
Hi, I have imported mbox file and Thunderbirds shows the initial view of messages. However, when I double click the mail to open the mail, I says : File not found … (read more)
Hi, I have imported mbox file and Thunderbirds shows the initial view of messages. However, when I double click the mail to open the mail, I says :
File not found
Check the file name for capitalization or other typing errors. Check to see if the file was moved, renamed or deleted.
The file folder path isD:\Ortaklık\1_Mail\Mail_Retail The file name is RetailOmni_postalar002.mbox
I couldnt get why it says this error.
Could you please help? Thank you
The latest update to Firefox includes a new Review Checker. It is activated by pressing the price tag in the address bar when on a specific product page in Amazon, etc. … (read more)
The latest update to Firefox includes a new Review Checker. It is activated by pressing the price tag in the address bar when on a specific product page in Amazon, etc. This price tag does not appear on my laptop when I am on a product page. Is there an activation method I am not using? How do I get the price tag to appear?