Showing questions for topic:
Kukhonjiswa imibuzo ethegiwe:

Twitch not loading after Windows update.

Recently, after the newest Windows 11 update, Twitch hasn't been loading correctly, the tab looks as if it finished loading, but the page gets stuck in endless loading, n… (funda kabanzi)

Recently, after the newest Windows 11 update, Twitch hasn't been loading correctly, the tab looks as if it finished loading, but the page gets stuck in endless loading, no other site has this problem, and it happens even opening links to Twitch channels directly. I've added and screenshot of the problem.

I'd love some help or at least know if this is a problem on Twitches end or not. Thanks.

Solved Okugcinwe kunqolobane 2 861

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… (funda kabanzi)

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 Okugcinwe kunqolobane 7 687

NYT site won't let me open any articles, and yes, I'm logged in. Works fine on other browsers but I'm a Firefox guy

When I click on NY Times link, I get this message: You have been blocked from The New York Times because we suspect that you're a robot. I'm just an old guy with a low to… (funda kabanzi)

When I click on NY Times link, I get this message: You have been blocked from The New York Times because we suspect that you're a robot. I'm just an old guy with a low tolerance level for tech glitches. Any help greatly appreciated!

I called NYT Support, which tells me it must be a Firefox issue since I can open in Chrome, Safari. I thought it might because I have the Enhanced Tracking Protection box checked, but unchecking does nothing.

Out of ideas.

Solved Okugcinwe kunqolobane 2 643

Drop Down Menu On Certain Websites Won't Work

I recently ported from chrome to firefox about 3 days ago and was tryin to access the dropdown menus on this website https://www2.gov.bc.ca/gov/content/governments/govern… (funda kabanzi)

I recently ported from chrome to firefox about 3 days ago and was tryin to access the dropdown menus on this website https://www2.gov.bc.ca/gov/content/governments/government-id/bc-services-card/your-card/get-a-card

I realized it wasn't working so I turned off my adblocker (ublock origin), refreshed the site and still not working.

Also attempted to use troubleshoot mode and still does not work.

Cleared cache + cookies and used troubleshoot mode and nothing working still.

I lastly checked the website was working by opening the same link on chrome after all that and it works perfectly fine over there. Any ideas what could possibly be the issue?? I basically have a fresh install of firefox with no changed settings besides anything that might of been copied over from Chrome when firefox automatically asks you to migrate your stuff over, and used the troubleshoot mode + clearing cookies and cache

Solved Okugcinwe kunqolobane 3 464

Unable to Use Microphone in Google Meet Despite Permissions – Works Fine in Chrome

Hello, I'm facing an issue where my microphone does not work in Google Meet when using Firefox, even though I’ve granted all necessary permissions. This problem is specif… (funda kabanzi)

Hello,

I'm facing an issue where my microphone does not work in Google Meet when using Firefox, even though I’ve granted all necessary permissions. This problem is specific to Firefox, as the microphone works perfectly fine in Google Chrome.

I prefer using Firefox because of its convenient screenshot features, but this microphone issue has caused major inconvenience during important meetings.

Kindly help me resolve this issue.

Thank you.

Okugcinwe kunqolobane 6 399

YouTube channel confusion for comments

I have had a google account and a YouTube Channel ([email_1]@gmail.com) for decades. I recently added a new google email ([email_2]@gmail.com) and accustomed my old YouTu… (funda kabanzi)

I have had a google account and a YouTube Channel ([email_1]@gmail.com) for decades. I recently added a new google email ([email_2]@gmail.com) and accustomed my old YouTube channel for [email_1]@gmail.com with the new email, [email_2]@gmail.com. On other browsers when I comment, the old YouTube account with the new email shows up as the commentor. Today, on my new Firefox browser.I discovered that the new email had created another YouTube channel which showed up as my ID for a comment on another YouTube channel. I deleted the new YouTube channel but, when I comment with the brand new Firefox browser, the old YouTube channel I deleted shows up. How can I correct that?

Okugcinwe kunqolobane 3 398

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.… (funda kabanzi)

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 Okugcinwe kunqolobane 8 390

The Page Isn't Redirecting Properly error

We have a web page we've created that is linked to by multiple other websites. For two of the sites where this is linked, Firefox (only) gives a "The Page Isn't Redirecti… (funda kabanzi)

We have a web page we've created that is linked to by multiple other websites. For two of the sites where this is linked, Firefox (only) gives a "The Page Isn't Redirecting Properly" error. Using the exact same URL to link from other sites works fine in all browsers. Once you get the error, if you click in the URL and hit enter, the page will load fine. Any ideas? When searching that error, all the ideas I find tend to focus on the individual user's system, but this is happening for all users.

Okugcinwe kunqolobane 9 390

ATT/Yahoo email

I cannot sign into my att/yahoo email while using Firefox. After calling AT&T they told me to use Microsoft Edge which I told them I would not! When trying to sign i… (funda kabanzi)

I cannot sign into my att/yahoo email while using Firefox. After calling AT&T they told me to use Microsoft Edge which I told them I would not! When trying to sign in I receive the error message "It's not you, It's us" try again. It is my belief that att is trying to coerce me to change browsers so they can spy on me

Solved Okugcinwe kunqolobane 1 349

Directv will not allow using Firefox to access

I have spent hours with Tech department and digital assistand department at Directv. Today they are telling me as long as I use Firefox I will be unable to access my acco… (funda kabanzi)

I have spent hours with Tech department and digital assistand department at Directv. Today they are telling me as long as I use Firefox I will be unable to access my account. I have paid to have my computer checked out and was told that it was updated and the system was working fine. How to I get Directv to recognize my system?

Solved Okugcinwe kunqolobane 3 339

IRS TDS web site blocked

I can't log in to many sites in Firefox and have to use Chrome which I hate The IRS site is Error from: https://sa.www4.irs.gov/sso/?resumePath=%2Fas%2FrjpK07Gjyi%2Fresu… (funda kabanzi)

Okugcinwe kunqolobane 1 300

No paste as image in Outlook Web Access

When pasting an image from the clipboard in Outlook Web Access in Edge there's right mouse button option to "Paste as Image". This places the image inline. In Firefox t… (funda kabanzi)

When pasting an image from the clipboard in Outlook Web Access in Edge there's right mouse button option to "Paste as Image". This places the image inline. In Firefox there's no option like this.

Safe mode (troubleshooting mode) doesn't fix this. Ctrl + V or Shift + Ctrl + V doesn't fix it. Shift RMB to get Firefox menu does show Paste and Paste without formatting but it doesn't paste any inline image.

I've attached a screenshot of Edge and Firefox with the Outlook context menu and Firefox context menu.

Firefox version: 140.0.4 (64-bit) Edge version: 138.0.3351.83 (Official build) (64-bit)

Okugcinwe kunqolobane 7 300

Yahoo mail

When I try to sign in to Yahoo I am sent to a Google sign in. I tried that and only got gmail and not my yahoo mail. I can sign in fine when I use Firefox private browsin… (funda kabanzi)

When I try to sign in to Yahoo I am sent to a Google sign in. I tried that and only got gmail and not my yahoo mail. I can sign in fine when I use Firefox private browsing and Edge. Why is Google involved with Yahoo mail?

Okugcinwe kunqolobane 1 300

error “Overview from AI is not available for this request”

For some reason, when searching for information via google, their AI, which should give an extract on the search query, gives the error “Overview from AI is not available… (funda kabanzi)

For some reason, when searching for information via google, their AI, which should give an extract on the search query, gives the error “Overview from AI is not available for this request”. And this error appears only in firefox browser. please help.

Okugcinwe kunqolobane 2 300

Sites in the latest versions stopped opening.

After upgrading my 128 esr to 140 esr, some sites stopped opening. In regular versions, it has not opened for a long time. There are many such sites, for example, qwen3.a… (funda kabanzi)

After upgrading my 128 esr to 140 esr, some sites stopped opening. In regular versions, it has not opened for a long time. There are many such sites, for example, qwen3.app or temp-mail.io. It thinks for a long time and finally a message that the time has expired. Chromium is ok.

Okugcinwe kunqolobane 10 299

Firefox 140.0.4 (64-bit), not rendering html: need to open in troubleshooting mode

Gmail, Calendar, YouTube either timeout, or they render in an unusable state that looks like the html engine is broken. However, bringing up firefox in troubleshooting mo… (funda kabanzi)

Gmail, Calendar, YouTube either timeout, or they render in an unusable state that looks like the html engine is broken. However, bringing up firefox in troubleshooting mode is fine. Earlier today I did update Java. Otherwise no difference. Other browsers are also fine. Firefox is my default browser so this is a bit unworkable.

For now, I will use Firefox troubleshooting mode...

Thanks David

Solved Okugcinwe kunqolobane 2 290

Bug report: Excel orientation flip

When using excel for office 365 there's a behavior unique to firefox. Normally when a cell is selected Ctrl+A will select all of the contents of the cell, this is normal … (funda kabanzi)

When using excel for office 365 there's a behavior unique to firefox. Normally when a cell is selected Ctrl+A will select all of the contents of the cell, this is normal behavior. When overwriting the text by typing any other text it will begin typing in a different orientation, (between horizontally and vertically). If pressing Ctrl+A again and typing any text it will again flip the orientation. This is infinitely repeatable on all systems I've tried. I've complained to microsoft support to a near-harassment level and they've told me to talk to you. I'm not making a bugzilla account so I'm posting it here.

Cheers, Toxic

Okugcinwe kunqolobane 2 249

https://www.xfinity.com/stream/listings/favorites no longer works - firefox 140.0.4

Connectivity to www.xfinity.com disappeared...with latest firefox 140.0.4 as near as I can tell. xfinity still works on Google Chrome and Microsoft Edge. Please fix fire… (funda kabanzi)

Connectivity to www.xfinity.com disappeared...with latest firefox 140.0.4 as near as I can tell. xfinity still works on Google Chrome and Microsoft Edge. Please fix firefox browser so I don't have to go to chrome or edge. thanks!

Okugcinwe kunqolobane 4 240