Viser spørgsmål med mærkatet: Vis alle spørgsmål

Images Not Loading on Certain Websites in Firefox

I'm having trouble with Firefox where images aren't loading on some websites, even though they display fine in other browsers. I've tried clearing the cache and restartin… (læs mere)

I'm having trouble with Firefox where images aren't loading on some websites, even though they display fine in other browsers. I've tried clearing the cache and restarting Firefox, but the issue persists.

Is there anything else I can try to fix this problem and get images to load properly?

Stillet af Robert Wolf for 2 uger siden

Seneste svar af cor-el for 2 uger siden

Disabling 'Show animations in Windows' changes the way text is shown on some websites.

When I turn off the windows animations in Windows 10 the font on Twitter.com changes somewhat. I believe it is altering the character spacing/scaling. I have not had thi… (læs mere)

When I turn off the windows animations in Windows 10 the font on Twitter.com changes somewhat. I believe it is altering the character spacing/scaling.

I have not had this behavior on other browsers (Brave, Edge, Chrome & OperaGX tested). I have not noticed this on other websites, but I also haven't really looked.

Windows version 22H2 (OS Build 19045.4291) Firefox version 124.0.2

Images provided are with them off, then on

Steps to recreate 1. Load a tweet (tweet in the images: https://twitter.com/FedeItaliano76/status/1779855670432408011) 2. Turn off window animations (settings->display->show animations in windows->Off) 3. Reload the Tweet

This is not a critical issue for me, but I think it's worth mentioning

Stillet af SiwelTheLongBoi for 3 uger siden

Seneste svar af zeroknight for 1 uge siden

Hotmail won't load on Firefox

Hi there, About 4 days ago, hotmail suddenly stopped loading on Firefox (though I can still access it on Safari). I've tried clearing my cache and add-ons, etc. I've go… (læs mere)

Hi there,

About 4 days ago, hotmail suddenly stopped loading on Firefox (though I can still access it on Safari). I've tried clearing my cache and add-ons, etc. I've googled a ton and tried all the things I can find to try, but nothing is working. I am by no means a tech person and so I'm out of ideas and need some help. I know I can use Safari, but I really hate using it and prefer Firefox. Any ideas on what to do? I am using a MacBook Pro - Sonoma 14.4.1

Thank you so much! Jocelyn Pascall

Stillet af jocie809 for 3 uger siden

Seneste svar af zeroknight for 2 uger siden

Issues With Websites Loading/Re-Directing - Firefox Browser Only PC and Mac OS

When attempting to load a number of different web pages such as Quickbooks Online Apps, the page displays "Loading Apps..." with a spinning wheel, but never redirects to … (læs mere)

When attempting to load a number of different web pages such as Quickbooks Online Apps, the page displays "Loading Apps..." with a spinning wheel, but never redirects to the Apps page; the site hangs forever. On other browsers there are no issues; it eventually switches to the correct page. In Firefox Browser I have tried adding exceptions in Settings --> Privacy & Security --> Manage Exceptions. No change. Thoughts?

Stillet af jransom18 for 4 dage siden

Prime Video - Picture-in-Picture subtitles aren't working

When using picture in picture on Prime Video, my subtitles aren't showing up in the window, but instead on the original page, despite prime video being one of the origina… (læs mere)

When using picture in picture on Prime Video, my subtitles aren't showing up in the window, but instead on the original page, despite prime video being one of the original supported websites. Any ideas on how to fix?

Stillet af Veronica for 3 uger siden

Seneste svar af jonzn4SUSE for 3 uger siden

Netflix Error - F7355-1203

Hi, I was using FF on Ubuntu 22.04.4 LTS. Had version FF 120.x and playing video in Netflix worked fine. Then I updated to FF 124.x and playing video stopped with error… (læs mere)

Hi,

I was using FF on Ubuntu 22.04.4 LTS. Had version FF 120.x and playing video in Netflix worked fine. Then I updated to FF 124.x and playing video stopped with error F7355-1203.

I've checked the DRM setting and it is enabled, I checked addons and I have OpenH264 and Widevine installed, both set to always active.

I've checked installed codecs and I do have libavcodec58 installed. No update for that available via apt. I also have ffmpeg installed, no problem with that either. I can play Netflix videos in Chrome, but not in Firefox now. Something happened to Firefox when I updated from 120.x to 124.x. Today I updated to 125.x, same problem, Netflix video won't play.

I've unchecked the DRM setting and re-checked it, and that does reinstalled Widevine but does not fix the problem.

Any ideas what could be the cause?

Stillet af mark545 for 2 uger siden

Seneste svar af zeroknight for 1 uge siden

Website loading slow and having breakages.

Hi everyone! Jack here. I am a non-tech person and don't know the technicalities behind this issue. I have a Digital Media Website which loads and works quite fine when … (læs mere)

Hi everyone!

Jack here. I am a non-tech person and don't know the technicalities behind this issue. I have a Digital Media Website which loads and works quite fine when opened in other browsers but the site is loading very slowly in Mozilla and when it does load it has breakages.

Can anyone please tell me what the issue might be and how to fix it?

Thanks, Jack

Stillet af polljack492 for 5 dage siden

Seneste svar af zeroknight for 5 dage siden

Cannot login to Bank Website from Firefox but Can from MS Edge

My Firefox browser is up to date but I cannot log on to my Bank website. As soon I enter my Logon info I get logged out, however I can access the site using MS EDGE. Th… (læs mere)

My Firefox browser is up to date but I cannot log on to my Bank website. As soon I enter my Logon info I get logged out, however I can access the site using MS EDGE. This is a recurring problem. The website recognizes Firefox as an valid browser. Occasionally I have been able fix problem by clearing the browser Cookies/History but at present none of that works. Do you have any suggestions? My preferred browser is Firefox so this problem is frustrating.

Stillet af gyorhun for 1 uge siden

Seneste svar af zeroknight for 1 uge siden

Microsoft login Broken

Hey all, as of the past few days when I get the prompt to enter my password on Outlook.com (And microsoft.com) and hit 'sign in' the page just reloads and nothing happens… (læs mere)

Hey all, as of the past few days when I get the prompt to enter my password on Outlook.com (And microsoft.com) and hit 'sign in' the page just reloads and nothing happens. There is no failed login message, the page just reloads like I didn't hit sign in. I have disabled all of my extensions, cleared cookies and cache, ETP... with no luck.

Works fine on Chrome for android...

I'd really like to stay with Firefox so all help seriously appreciated

Stillet af Person Guyerson for 1 uge siden

Seneste svar af zeroknight for 1 uge siden

Firefox does not display background color in option tags

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text: ```<select id="stroke… (læs mere)

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text:

```<select id="strokeColor" name="strokeColor" style="width: 10em;">

             <option value="black" style="background: #000000; text: #FFFFFF">
                     black
             </option>

<option value="aqua" style="background: #00FFFF">

                     aqua
             </option>

<option value="blue" style="background: #0000FF">

                     blue
             </option>

<option value="brown" style="background: #A52A2A">

                     brown
             </option>

<option value="gray" style="background: #808080">

                     gray
             </option>

<option value="green" style="background: #00FF00">

                     green
             </option>

<option value="magenta" style="background: #FF00FF">

                     magenta
             </option>

<option value="orange" style="background: #FFA500">

                     orange
             </option>

<option value="purple" style="background: #800080">

                     purple
             </option>

<option value="red" style="background: #FF0000">

                     red
             </option>

<option value="white" style="background: #FFFFFF">

                     white
             </option>

<option value="yellow" style="background: #FFFF00">

                     yellow
             </option>

<option value="#000000" selected="" style="background: #000000">

                     #000000
             </option>
         </select>```

On Chrome this displays as expected:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-25-eebbd5.png

But on Firefox the background colors are ignored:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-35-bd90ee.png

How can I get Firefox to display the background colors?

Stillet af jamescobban for 2 uger siden

Seneste svar af NoahSUMO for 2 uger siden

Amazon not working

I was using Amazon just fine a few days ago. When I tried to open an amazon link yesterday, I got the message: Secure Connection Failed. I tried updating my browser and c… (læs mere)

I was using Amazon just fine a few days ago. When I tried to open an amazon link yesterday, I got the message: Secure Connection Failed. I tried updating my browser and clearing my cache and cookies. Please fix

Stillet af cherryblossomshadow3 for 1 uge siden

Seneste svar af jonzn4SUSE for 1 uge siden

ssa.gov account login no longer works on Firefox, but does work on Edge

I can no longer log into my social security account using Firefox, but the login does work on edge. When I try login on Firefox, I get the following error message: Bad R… (læs mere)

I can no longer log into my social security account using Firefox, but the login does work on edge. When I try login on Firefox, I get the following error message:

Bad Request

Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit.

The initial web site is https://www.ssa.gov/. From there I hit "Sign in", and get to https://secure.ssa.gov/RIL/SiView.action using Edge, but get just the error message using Firefox.

There is another route, which is through https://www.ssa.gov/myaccount/. Hitting either account or sign in on that page will work on Edge, but gives the same error message on Firefox.

Stillet af Bob G for 2 uger siden

Seneste svar af cor-el for 2 uger siden

problem with connecting with Kaiser Permanente only, then loss of most all of my tabs

A few weeks ago I began, while trying to connect to Kaiser from an email message, to get a response that said it was unable to connect because "server not able to redirec… (læs mere)

A few weeks ago I began, while trying to connect to Kaiser from an email message, to get a response that said it was unable to connect because "server not able to redirect." I wasn't getting any error messages from any other sites or attempts to connect with any other sites.

I contacted Kaiser and got some tech office in California (I'm in Hawaii). I did all that they suggested, i.e. "cleaning up" my computer, and I even paid and installed a program called "CClean", and used "Ninite." After making all the "clean ups" the error message was still happening, and later it even mentioned Firefox in the message.

At that point I had no idea what to do and went to "help" on the application menu. Did the "troubleshooting" a couple times, and then saw a "refresh" button, that I thought was probably, and looked innocuous; this led to a bunch of other things that I certainly didn't want to mistakenly perform anything untoward.

After all this I was finally able to link properly with Kaiser, BUT ALL OF MY TABS WERE GONE!

This seems to be a real problem on Firefox, since I've NEVER seen anything that is easy to select to "resolve", "reinstate", or "RECOVER" tabs. I've seen many of the same questions about TAB recovery before.

I've been with Firefox for probably a couple of decades now, and this seems to be a major issue without any "easy" solution. Or, am I just missing something completely?!

Stillet af lchoquette for 1 uge siden

Seneste svar af jscher2000 - Support Volunteer for 1 uge siden

Facebook fungerar inte längre på Fire Fox

Hej på ER, Jag kan inte längre komma in på facebook genom FIRE FOX. Kan Ni hjälpa mig så att det fungerar igen ? Tacksam om ett svar på min mailadress: hermannbernd… (læs mere)

Hej på ER, Jag kan inte längre komma in på facebook genom FIRE FOX. Kan Ni hjälpa mig så att det fungerar igen ? Tacksam om ett svar på min mailadress:

hermannbernd12@gmail.com

Hälsningar, Bernd Hermann

Stillet af Bernd Hermann for 3 uger siden

SVG Display Issue in Firefox Requiring Height Specification

Hello, I have encountered a recurring issue specifically with Firefox where SVG images fail to display unless a pixel-defined height attribute is explicitly set. This be… (læs mere)

Hello,

I have encountered a recurring issue specifically with Firefox where SVG images fail to display unless a pixel-defined height attribute is explicitly set. This behavior contrasts with other browsers, which handle SVG scaling seamlessly, typically adapting to the specified width or inheriting dimensions from parent elements.

During our website development, primarily through Elementor and leveraging Flexbox in a WordPress environment, this discrepancy becomes evident. The issue persists exclusively in Firefox, confirmed through extensive testing across various browsers and OS's with multiple SVG files and sites.

For diagnostic purposes, I recommend conducting controlled tests with SVG images embedded with our current setup. Set the SVGs to 100% width without defining their height and observe how they render in Firefox compared to other browsers. This should help ascertain whether the behavior in Firefox is anomalous.

I am assuming it may be with the way the markup of the SVG is rendered as it doesn't happen with all SVGs, however, other browsers appear to fix or override whatever is getting in the way from rendering...it is a strange issue.

I have included two images as an example. As you can see in the first image, the SVG isn't rendering (in Firefox) , but does render in Chrome/Safari. It only works when I define a height in px value on Firefox.

Please let me know if further information is required or if any specific steps need to be undertaken to address this issue.

Thank you.

Stillet af 6pzqdwqjxs for 2 uger siden

Cannot report a broken site

I am attempting to report that Yahoo Finance is broken. From this URL, I use the "report broken site" feature: https://finance.yahoo.com/quote/DEO/ When I fill out the… (læs mere)

I am attempting to report that Yahoo Finance is broken. From this URL, I use the "report broken site" feature:

https://finance.yahoo.com/quote/DEO/

When I fill out the information and hit "send", nothing happens. The "report broken site" screen remains active. Hitting Send multiple times has no effect.

I've tried using this feature for other pages, and it appears to work; but it won't work for this site.

Can anyone suggest why that might be? Is it a byproduct of the site's being broken?

Thanks.

Stillet af Chris for 2 uger siden

Seneste svar af Kiki for 4 dage siden