Showing questions tagged:

Impossible to connect FACEBOOK

Hello, For few days, it's impossible to connect to FACEBOOK. I have the latest version of FIREFOX, but I have to use another web browser (EDGE) to connect to FACEBOOK. T… (read more)

Hello,

For few days, it's impossible to connect to FACEBOOK. I have the latest version of FIREFOX, but I have to use another web browser (EDGE) to connect to FACEBOOK. The problem is the same with my two computers with the latest WINDOWS.

Thank you for your help to solve my problem

Solved 8 146

Blank Tabs - But only once

I am using Firefox 149.0 (64-bit) with Yahoo.Com as my home page. All of a sudden, when I use the search bar at the top of the Yahoo Home Page, Firefox opens up a blank … (read more)

I am using Firefox 149.0 (64-bit) with Yahoo.Com as my home page. All of a sudden, when I use the search bar at the top of the Yahoo Home Page, Firefox opens up a blank tab in response. Doesn't matter what I search for, same thing happens. Then, if I close that blank/empty tab and reattempt the same exact search again, it works fine.

This has been happening only for the past few days - was fine before. Is this Firefox? Or is this Yahoo? And how can I resolve the issue?

Thanks in advance.

Solved 8 129

Using canvas/context to scale an image that displays ok before removes the image data, ok in Chome/Safari.

The app sizes two adjacent images to the same height. Maybe there's a better approach? This works, in that I see the original image displayed at the wrong size: //img.… (read more)

The app sizes two adjacent images to the same height. Maybe there's a better approach?

This works, in that I see the original image displayed at the wrong size:

   //img.src = imgsrc.src;

This sizes the image but without the data (black square for toDataURL w/ image/jpeg) in FF, but not Chrome and Safari:

   var canvas = document.createElement( 'canvas' );
   canvas.width = width;
   canvas.height = avail_height;
   var context = canvas.getContext( '2d' );
   // Tried/failed: Fill white background for JPEG export
   //context.fillStyle = '#fff';
   //context.fillRect(0, 0, canvas.width, canvas.height);
   context.drawImage( imgsrc, 0, 0, canvas.width, canvas.height);
   context.lineWidth = 150; // ??
   img.src = canvas.toDataURL('image/jpeg', 0.92);
   img.onmousedown = disableDragging; // for FF
   img.style.opacity = "1.0"

The page is the view.html one gets to via Enter on phobrain.com.

Solved Archived 8 385

Since the latest Firefox update, I have 2 websites that will not load

Since the latest Firefox update, I cannot load my primary banking account, and one of my work websites won't load. I can access both of these sites on other browsers. … (read more)

Since the latest Firefox update, I cannot load my primary banking account, and one of my work websites won't load. I can access both of these sites on other browsers.

Solved 7 69

Continued failure of Firefox v 144 to cop with Web Forms

I run a mac mini with OS X Catalina. I keep to that operating system as a number of my work apps work better. I am on the latest version of Firefox (64 bit) 144.0 In the … (read more)

I run a mac mini with OS X Catalina. I keep to that operating system as a number of my work apps work better. I am on the latest version of Firefox (64 bit) 144.0

In the last couple of years I have found webforms on Firefox seem to omit links or progress buttons like CONTINUE. When I check with the issuer or my colleagues I find they all use CHROME.

I have wasted a great deal of time on what I would have thought is a Minimum requirement issue.

Please give me one reason why I should stay with Firefox and not change to Chrome

thank you

Solved Archived 7 228

facebook video calling

I have messenger loaded but with Firefox i can not video call when i want to call a friend or family. I have no way to call any one i do have a web cam. do i nee… (read more)

I have messenger loaded but with Firefox i can not video call when i want to call a friend or family. I have no way to call any one i do have a web cam. do i need to go to Chrome every time i want to call. Messenger has stopped desktop messenger that was how i could call but now i can not is there some way to Facebook video call on Firefox please let me know thanks I want to stay with Firefox why is there no way to get video calls on Facebook??

Solved Archived 7 451

I am unable to sign into my own web page. Initially the web host welcomes me. When I click on "open cPanel" i am taken to a sign in page. I can sign in to my web page using Safari.

I am unable to sign into my own web page. Initially the web host welcomes me. When I click on "open cPanel" i am taken to a sign-in page. I can sign in to my web page … (read more)

I am unable to sign into my own web page. Initially the web host welcomes me. When I click on "open cPanel" i am taken to a sign-in page. I can sign in to my web page using Safari. You can help by solving this problem for me.

Solved Archived 7 90

Images from canvas black or transparent: img.src = canvas.toDataURL(); // FF: 'image/jpeg'=black. Png,webp,default=transparent.

I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution. The behavior is the same whether the served i… (read more)

I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution.

The behavior is the same whether the served image is jpg or webp. A Servlet delivers the image data, here in webp:

          response.setHeader("Content-Type", "image/webp");

On page, I use a canvas thus => see '// FIREFOX'

     var canvas = document.createElement( 'canvas' );
     canvas.width = width;
     canvas.height = avail_height;
     var context = canvas.getContext( '2d' );
     context.drawImage( imgsrc, 0, 0, width, avail_height);
     context.lineWidth = 150;
     // FIREFOX: canvas.toDataURL('image/jpeg')=black, png,webp,default=transparent
     img.src = canvas.toDataURL('image/jpeg');
     img.onmousedown = disableDragging; // for FF
     img.style.opacity = "1.0";
     console.log('setImg ok');

Inspecting a black jpeg:

        data:image/jpeg;base64,...

Thanks!

Solved Archived 7 661

one drive "on this day" wont load/play

I have contacted Microsoft. After testing the link/page loads in Edge, Chome (with and without addins same in ff) and Brave. But does not load in FF (with addon's disable… (read more)

I have contacted Microsoft. After testing the link/page loads in Edge, Chome (with and without addins same in ff) and Brave. But does not load in FF (with addon's disabled) nor in Private browsing FF (no addins obviously) they said to reach out to FireFox for support. See below for email exchange: FROM MS (most recent reply):

Thank you for your response. We hope you are doing well. We sincerely apologize for the inconvenience and frustration this issue has caused, especially with the unexpected autoplay of music and the inability to exit the slideshow in Firefox. We completely understand how disruptive this can be, particularly in quiet environments or when you're on the go. Based on your detailed testing across browsers, it does appear that this issue is isolated to Firefox. Since the same content works as expected in Chrome (even with ad blockers enabled), the problem may be related to a recent Firefox. As the issue appears to be specific to Firefox, while the same functionality works as expected in other browsers like Chrome (even with ad blockers enabled). We genuinely want to help resolve this, but since the issue is browser-specific and not reproducible outside of Firefox, we kindly recommend reaching out to the Firefox Support Team for further assistance. They may be able to identify any recent updates, settings, or compatibility concerns that could be affecting the page behavior. We are truly sorry for the inconvenience and are grateful for your understanding.

MY EMAIL TO THEM (in response to them saying try in edge private etc): Apparently this is a FIREFOX only issue?

I tried in edge (regular, not private) and it plays the stupid slideshow with music just fine, and I can get out of it and view the regular memory page that I want (Music really!? What if you’re viewing while someone around you is asleep? Or otp in public??? Smh) Chrome – WITH Adblockplus and Ublock Origin ON it works (not in private) > weblink gyazo video of it working with ublock and abp enabled…. https://gyazo.com/2afbdf7e27357a375ca7613b197f17ce Firefox – with adblock plus off, ublock off, and ghostery OFF does not work > weblink gyazo video of it just refreshing grey, black grey black and goes nowhere forever https://gyazo.com/8da9258f36457901df66f99e87fe7560 Firefox – in private browsing (no addons) – does not work > weblink gyazo video of it just refreshing grey, black forever https://gyazo.com/f9119907e5127ede48797d9eacb1fed6 Since attaching a video to an email would be very large.. hope you can click outside links 😉

Solved Archived 7 208

DOMexception on OneDrive page

Hi, when I try to access the Gallery photos page on OneDrive, especially in the 'For you' section, I get a gray screen and nothing happens. When I check the console, it … (read more)

Hi,

when I try to access the Gallery photos page on OneDrive, especially in the 'For you' section, I get a gray screen and nothing happens. When I check the console, it shows the issues I've captured in the screenshot. I tried this on Mac and Ubuntu with a fresh profile and a clear internet connection. Does anyone have an idea why this is happening? Firefox Version is the latest 142.0.1 No problem with Vivaldi, Chrome etc.

Thanks, Dirk

Solved Archived 7 69

secure sign in to government accounts

Hello With the new update to Firefox v137 I am no longer able to sign in to Government sites using my bank as a sign in partner. Google Chrome will sign in so it has so… (read more)

Hello

With the new update to Firefox v137 I am no longer able to sign in to Government sites using my bank as a sign in partner. Google Chrome will sign in so it has something to do with the new update. I have cleared cache and all data and still no luck with the sign in. Any help would be appreciated because Firefox has been my default browser for years and I'm not interested in changing.

Regards

Roger Flagg

Solved Archived 7 186

Login problems with Strava.com

The errors I get are kind of all over the place though. I've completely deleted and reinstalled Firefox, and removed all extensions too. It will loop to the login screen … (read more)

The errors I get are kind of all over the place though. I've completely deleted and reinstalled Firefox, and removed all extensions too.

It will loop to the login screen over and over, or I get the message 'An error has happened, try again later'...

I used the browser console and didn't get anything that seemed usable. I use Strava nearly every day so I'm having to use Safari. And this issue is on all of the mac and Windows systems I use. 'Troubleshooting Mode' didn't work either.

Help!

Solved Archived 7 175

website access problem "error 403 forbidden" from Firefox 115.35.1ESR on W7 x64

Hi, since some weeks I'm unable to access some websites with Firefox, cause I get 403 errors, for instance https://www.bexley.fr/. It works well with Chrome on the same c… (read more)

Hi, since some weeks I'm unable to access some websites with Firefox, cause I get 403 errors, for instance https://www.bexley.fr/. It works well with Chrome on the same computer+same OS, or with a newer version of Firefox on W10 (same computer, dual boot), but with my W7 and Firefox 115.35.1esr I can't access them because of that error. Any idea how I could fix that ? All my computers on W7 and the same version of Firefox are concerned. Thank you.

Solved 7 128

Google has added some AI 'ads' to their title page? How do I remove it, block it?

Google has added some AI 'ads' to their title page? This just appeared a day or so ago on my system. How did I remove it, block it? Attached is an image of what I am a… (read more)

Google has added some AI 'ads' to their title page? This just appeared a day or so ago on my system. How did I remove it, block it? Attached is an image of what I am asking about. What is interesting is in Chrome I can explicitly turn this junk off. But when using the Google search title page with Firefox, there appears to absolutely no way to disable it... very nasty way of forcing you to use Chrome?

Moderator note: Edited per OP's request.

Solved 7 30

ChatGPT not working after new browser update

After being prompted to update the browser this morning, and after I updated it, I can no longer use ChatGPT. Chat GPT will open, but it's unresponsive, can't log in, the… (read more)

After being prompted to update the browser this morning, and after I updated it, I can no longer use ChatGPT. Chat GPT will open, but it's unresponsive, can't log in, the arrow button to submit an inquiry doesn't work, and none of the other features of ChatGPT are working

Solved 7 955

Firefox version 115.31.0esr

I'm experiencing problems across numerous sites using the above version of Firefox, detailed below. Other browsers are OK, as are other versions of Firefox on different … (read more)

I'm experiencing problems across numerous sites using the above version of Firefox, detailed below. Other browsers are OK, as are other versions of Firefox on different devices.

Outlook365 email - "Your message can't be displayed right now" Fantasy Premier League - unable to log in, hitting 'Log in' doesn't respond Faceboook - content does not load Ebay - html on formatting in listings is screwed up Duckduckgo non-functional - returns the message "Ugh, it happened again! The server encountered an error and could not complete your request." The Guardian - images do not load Nextdoor - messages do not load

Solved Archived 7 196

@AOL.com the text for the news articles does not load

If I go to AOL.com they useually have 40 or so news articlaes/ads you scroll through. Several weeks ago the text for the articles stopped displaying. I have tried other … (read more)

If I go to AOL.com they useually have 40 or so news articlaes/ads you scroll through. Several weeks ago the text for the articles stopped displaying. I have tried other browsers and the text shows up. Not sure what setting may effectr this.,

Solved 7 1 203

can't validate icloud.com signin

when I go to icloud.com to view and download photos and all my icloud stuff on my phone, I can no longer sign in using firefox. I turned off the shield security but no he… (read more)

when I go to icloud.com to view and download photos and all my icloud stuff on my phone, I can no longer sign in using firefox. I turned off the shield security but no help. There used to be a pop-up that let you enter the code apple emailed you so you could access your icloud stuff on the web. Now there is no place to enter the code they send you. I enabled pop-ups too, but that didn't work. Help! I need my photos! And I use that site pretty much constantly-

Solved Archived 6 180

two websites' appearance is wrong

Two financial websites I normally look at with firefox suddenly have no images anymore. I think it's the last Firefox update that caused it. Both websites look okay with … (read more)

Two financial websites I normally look at with firefox suddenly have no images anymore. I think it's the last Firefox update that caused it. Both websites look okay with Chrome.

Solved Archived 6 80

Some sites will not load on Firefox desktop Windows 11

I just got a new Dell Windows 11 desktop PC to replace my old Dell Windows 10 PC. Since switching, there are three sites that will absolutely not load the homepage: Paypa… (read more)

I just got a new Dell Windows 11 desktop PC to replace my old Dell Windows 10 PC. Since switching, there are three sites that will absolutely not load the homepage: Paypal, Venmo, and Common Dreams (which is a news site). The same sites continue to load instantly on my old Windows 10 PC in Firefox, and on the new Windows 11 PC on Edge. Firefox is the only browser I use, I just use Edge to test sites, I uninstalled Chrome because of Google's privacy and AI issues.

In the lower left corner of the window for these three sites are the following messages, for the three respective sites:

What's going on here? Seems strange that Firefox continues to behave normally on Windows 11 for all sites except these three, and works perfectly for these three sites on my Windows 10 PC. How can I further troubleshoot and fix this? I don't want to have to use Edge to visit these three sites, esp. Paypal and Venmo.

I'm guessing it has something to do with cache or history but am not sure how to proceed...

Solved 6 1 203