Showing questions tagged: Show all questions

How about making Firefox more compatable with websites?

I have had some issues using Firefox and I was told that the website works better with Google Chrome by a support person. For the last recent issue, I was told a website … (read more)

I have had some issues using Firefox and I was told that the website works better with Google Chrome by a support person. For the last recent issue, I was told a website doesn't work correctly basically with Firefox and that I needed to use Google Chrome or Edge. I recently received an email from Mozilla which had a link to an article titled, "Here’s what we’re working on in Firefox" at: link text and in the article in large print it says, "Bringing you the features you’ve been asking for." I didn't see any mention about increasing Firefox's compatibility with websites.

Hopefully, somehow comparability with websites will be made better.

Asked by Wayne Carpenter 23 hours ago

Last reply by cor-el 20 hours ago

ALL Outgoing Messages Bouncing

Hello, All my outgoing messages are bouncing back to me, no matter who I send or reply to, just from one of my email addresses: heidi@benvenutotravel.com So I cannot re… (read more)

Hello,

All my outgoing messages are bouncing back to me, no matter who I send or reply to, just from one of my email addresses: heidi@benvenutotravel.com

So I cannot reply to anyone nor send, although it shows copies in my sent folder???

Asked by heidi32 1 day ago

Last reply by christ1 1 day ago

  • Solved

Videos buffering and/or not playing

When I try to play a video on Firefox desktop, it takes it a long time to load. Once it has loaded, whenever I pause it for more than a few seconds, or if I try to skip a… (read more)

When I try to play a video on Firefox desktop, it takes it a long time to load. Once it has loaded, whenever I pause it for more than a few seconds, or if I try to skip around the video (either by clicking around in the loaded section of the progress bar or using +/- seconds buttons), the video begins buffering again before the video resumes. This makes it extremely difficult and frustrating to watch anything that requires me to pause, rewind, or fast forward. I've noticed this issue affect multiple video viewing sites, such as YouTube, Vimeo, and Netflix. My roommate also uses Firefox, but doesn't have this issue, so I know it's not a problem with my internet. I thought it might be a problem with my computer, but I tried to replicate the issue in Chrome and everything worked fine there. The issue has persisted almost a week. I have:

  • Rebooted my computer several times
  • Deleted my history/cache
  • Disabled my extensions
  • Turned off Java scripts in firefox (this disabled my ability to load sites like YouTube completely, so I turned it back on)
  • Updated my computer
  • Updated my graphics drivers
  • Refreshed firefox
  • Uninstalled and reinstalled firefox (and rebooted my computer)
  • Uninstalled and reinstalled firefox AND deleted all the data it stored on my computer (and rebooted my computer)

I am currently using version 123.0.1 of Firefox. My OS is Windows 10 22H2.

Asked by AccidentalRogue 3 months ago

Answered by AccidentalRogue 3 months ago

Sudden recent clogged up searches / loads on newest Firefox

Hi Mozilla - I just wanted to report some recent phenomena. In the past couple weeks Firefox, and related Private Browsing browser, seem to have developed consistent han… (read more)

Hi Mozilla - I just wanted to report some recent phenomena. In the past couple weeks Firefox, and related Private Browsing browser, seem to have developed consistent hangups in fetching data across a pretty wide range of sites. Both my banking sites will not load after logging in to them, just spins and spins. Also some very general searches will not load any results for minutes at a time, I just give up and kill them. I've uninstalled/cleaned/reinstalled latest version, etc, etc. By comparison, these same data fetches in banking sites, etc, work dandy in Duckduckgo browser, which is also a heavy no-trace browser. This ominous to me as I really like Firefox and do NOT want to have to resort to Edge. Duckduckgo browser is very good but doesn't have nearly the menu or favorites sort of features that Firefox does. Can you investigate? This is typical Win 10 system in Lenovo i7, been working like a champ till just recently, no system changes. Thanks.

Asked by DaveyJones700 1 day ago

Last reply by DaveyJones700 1 day ago

Annoying glitch in the main email window

The newest incoming email is hidden behind the tool bar at the top of the main mail window. I have to scroll UP to see it. My apologies in advance. I am not tech-savvy. T… (read more)

The newest incoming email is hidden behind the tool bar at the top of the main mail window. I have to scroll UP to see it. My apologies in advance. I am not tech-savvy. Thank you, A Really Old Fa*t

Asked by JB 1 day ago

Need to manually upload a crash report

The company I work for is behind a firewall. Our systems running firefox are unable to send crash reports because of the secure nature of the systems. Is there a way I … (read more)

The company I work for is behind a firewall. Our systems running firefox are unable to send crash reports because of the secure nature of the systems. Is there a way I can send the crash report files that I pull from the "Pending" directory and send them to Mozilla manually? FF version snap Mozilla Firefox 103.0.1 Ubuntu 22.04.3

Asked by daniel.wagner0 1 day ago

cannot open Firefox and getting popups when I do

I keep getting a popup about using an older version and creating a new profile. I already created a new profile a few days ago so I cannot keep creating new profiles ever… (read more)

I keep getting a popup about using an older version and creating a new profile. I already created a new profile a few days ago so I cannot keep creating new profiles every time firefox deploys a new version and would need to open firefox to update the browser version.

Asked by diane.wajslic 1 day ago

Firefox is unstable - tabs crash, pages freeze, slow

Have used Firefox for decades and suddenly it is having problems. If I surf around and have a few tabs open, some of them might crash. Firefox tries to restore them and s… (read more)

Have used Firefox for decades and suddenly it is having problems. If I surf around and have a few tabs open, some of them might crash. Firefox tries to restore them and sometimes it works and sometimes they just crash again immediately. I can go to Amazon and the page won't load completely so I can't do anything. If I try and close Firefox it won't close, it is frozen. And often, pages just load very slowly even though my internet connection is strong. This just started about a month or so ago. I have refreshed Firefox, updated it, and checked the systems on my computer. All my internal diagnostics returned "no issues." So it has to be the program.

Asked by quidom 1 week ago

Last reply by quidom 1 day ago

Requesting the new version of Firefox browser to support Browser.EXTRA_APPLICATION_ID

I am writing to request assistance with an issue I am encountering on the latest version of the Firefox browser for Android. My goal is to open specified pages in the sam… (read more)

I am writing to request assistance with an issue I am encountering on the latest version of the Firefox browser for Android. My goal is to open specified pages in the same tab using Intent from a third-party custom application. However, I have observed that different URLs open in separate tabs, contrary to my expectations.  Current Implementation:  Here is the code snippet I am currently using: java: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(uri); intent.putExtra(Browser.EXTRA_APPLICATION_ID, packageName); startActivity(intent); Expected Behavior:  I expect different URLs to open in the same tab without opening new tabs. This functionality is crucial for my application.  Issue Background:  I have researched similar issues and found that users have had comparable needs using Browser.EXTRA_APPLICATION_ID. Unfortunately, it appears that Firefox has not fully addressed this functionality. The EXTRA_APPLICATION_ID is a feature that modern browsers should ideally support to enhance user experience and maintain continuity within a single tab.  References:  I have referred to the following discussions and issues for additional context:  Mozilla Support Forum: https://support.mozilla.org/en-US/questions/1364869 GitHub Issue: https://github.com/mozilla-mobile/fenix/issues/23329 Request:  I kindly request that the Firefox team consider adapting this functionality officially or provide an alternative solution if it has already been addressed. Any relevant documentation or guidance on achieving this behavior would be highly appreciated.  Thank you for your time and assistance.

Asked by siqi Liu 1 day ago

When computer boots, Firefox does not restart right

When I reboot a Windows 10 computer and click once on the Firefox icon on the Taskbar, (1.) Firefox does not open full screen although when closed it was full screen. (2.… (read more)

When I reboot a Windows 10 computer and click once on the Firefox icon on the Taskbar, (1.) Firefox does not open full screen although when closed it was full screen. (2.) A second Firefox window opens with Yahoo on a Tab and also not full screen. Please fix!

Asked by Wayne Carpenter 1 day ago

  • Solved

Failed to check for updates - Thunderbird 115.11.2 (64bit)

When going from Help on menu to check for updates receive the error message - Failed to check for updates. Running on Windows 10 with NAV - problem is recent in origin … (read more)

When going from Help on menu to check for updates receive the error message - Failed to check for updates.

Running on Windows 10 with NAV - problem is recent in origin but I can't be exact as it's not my regular PC.

So far I've manually updated Thunderbird from 115.11.1 to 115.11.2 (64bit)by downloading from Mozilla website, rebooted from cold several times, and applied the fix from Norton:" https://community.norton.com/en/forums/auto-update-norton-360-v2449067835-now-causes-security-exception-thunderbird " in case it was related. It appears to be unrelated because on my regular PC the NAV update occurred necessitating the fix to the security exception error but don't have the checking for updates error.

thanks

Asked by mike741 2 weeks ago

Answered by mike741 1 day ago

Random Total Freezes

For a while now, I've been having recurring issues with Firefox desktop freezing and becoming totally unresponsive. If there's any pattern to what causes it, I haven't be… (read more)

For a while now, I've been having recurring issues with Firefox desktop freezing and becoming totally unresponsive. If there's any pattern to what causes it, I haven't been able to notice it; sometimes it happens as soon as I open the browser, sometimes it happens after several hours, sometimes it happens twice in ten minutes, sometimes it happens twice in a few hours (however, I can count the number of days it's happened less than twice in one day in the past few weeks on the fingers of one hand). When the browser freezes, it becomes totally unresponsive - it doesn't fade or display "Not Responding", and Task Manager shows nothing abnormal, but it doesn't accept any input at all, any video or other animated material that may have been displaying freezes, and it can only be "fixed" by force quitting from the task manager and reopening. This is exclusively a firefox issue; other programs open at the same time as the browser freezes are not affected.

The only real lead I have as to what could be going on is that sometimes, things don't freeze all at once, but in a cascading effect. For example, tabs, bookmarks, etc. might not highlight when moused over, but still accept the clicks, or selecting another tab might causes the address bar to display the URL of the selected tab, but the screen displayed in the window will not change. Once these cascading changes start, they generally progress to total freeze before I have a chance to do much with that information (only a few seconds), but it's unusual enough behavior to be worth noticing.

Things I've already tried that haven't fixed the issue:

  • Reducing the number of tabs used and otherwise reducing Firefox's system resource usage has not impacted the problem in any way.
  • Running in Troubleshoot Mode has not had a consistent effect on the problem (the most recent time I did, the browser ran stably for longer than I could stand to use the internet without my ad blocker, but this is only one data point in an already inconsistent spread; prior instances of the problem have occurred in Troubleshoot Mode)
  • Disabling hardware acceleration has not fixed the issue.
  • The issue has persisted through multiple refreshes and at least one full uninstall and clean reinstall.
  • The issue persisted after creating and switching to a new profile multiple times.
  • The issue persisted after renaming places.sqlite
  • The issue persisted after clearing cache and cookies multiple times.
  • The issue persisted after clearing downloads and history.
  • And very likely some other stuff that I'm forgetting, I've been trying to fix this on my own for a while now.

Asked by 8bitorne 1 week ago

Last reply by NoahSUMO 1 day ago

preview appears, email not there

I see a preview of new emails that fades after a minute or so. I just saw such a preview, it faded, but when I opened Thunderbird, there is no new email in inbox. How … (read more)

I see a preview of new emails that fades after a minute or so. I just saw such a preview, it faded, but when I opened Thunderbird, there is no new email in inbox.

How can I find it?

Also, is there a way to change frequency of retrieving new emails? To create an account for this, I had to get a 6 digit code...it took 4 minutes to appear.

Asked by joseph.warner 1 day ago

Bankid and Error code BID-5000

When logging in to the online bank at DNB with Bankid, this error appears: "A communication error has occurred. We are experiencing a communication error between your br… (read more)

When logging in to the online bank at DNB with Bankid, this error appears:

"A communication error has occurred. We are experiencing a communication error between your browser and the user site. The reason may be slow internet or problems with your browser. Try again in a little while. You can also try to delete cookies and browser data in your browser or try a different browser. Error code BID-5000 Reference DXP4VKOE Date 12/06/2024"

No other browsers show this error. I've tried Edge, Chrome, Vivaldi, Brave, CC Cleaner. The error starts after version 125.0.3. Today a new version 127.0 arrived. The same error appears.

I have uninstalled the latest version and reinstalled version 125.0.3. Then no error message appears. I have deleted cookies and browser data, but the error message persists. To your info, I've tried also on other PC's and the same Firefox version, and the same errormessage appear.

I look forward to you having a solution to the problem, otherwise I will have to use browsers that do not show this error. As I prefer Firefox, I don't want to use other browsers. But if the bug can't be identified and fixed in newer versions, I'm not happy with firefox and will use other browsers..

Asked by eiroed 1 week ago

Last reply by Agent virtuel 1 day ago