次のタグが付けられた質問を表示: すべての質問を表示

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… (続きを読む)

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?!

10 時間前 に lchoquette が質問

2 時間前 に zeroknight最後の返信

Logging onto DVLA

I am unable to login to the DVLC. I get as far as the enter reg number of a car to check it,s been taxed. Then after I input the reg number the next page tell me it is an… (続きを読む)

I am unable to login to the DVLC. I get as far as the enter reg number of a car to check it,s been taxed. Then after I input the reg number the next page tell me it is an insecure page. This also happens on my laptop. On both desktop and laptop I am using firefox with duck duck go as an add on. However. In using my mobile with the stand alone duck duck go browser, I can log in and complete the task. This points to a problem with Firefox. Any advice's. This seems to be recent as I have used the laptop and desktop to use the check for a taxed car system ok in the past.

3 日前 に crhogan4 が質問

2 時間前 に zeroknight最後の返信

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… (続きを読む)

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?

1 週間前 に mark545 が質問

21 時間前 に zeroknight最後の返信

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… (続きを読む)

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

1 日前 に Person Guyerson が質問

1 日前 に zeroknight最後の返信

website displays a Mozilla error

Greetings, I am Alvimutmex. A "not supported" notice shows up each time the Mozilla browser loads a webpage. After looking through the settings, I discovered that Mozilla… (続きを読む)

Greetings, I am Alvimutmex. A "not supported" notice shows up each time the Mozilla browser loads a webpage. After looking through the settings, I discovered that Mozilla has to be updated. Could you please help me update Mozilla? For instance, when I attempt to open (https://phoneinsurance.us/), I get an error warning.

2 日前 に Atvili Unven が質問

2 日前 に jonzn4SUSE最後の返信

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… (続きを読む)

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

2 日前 に cherryblossomshadow3 が質問

2 日前 に jonzn4SUSE最後の返信

Website rejects Firefox Browser

Website is being set to reject Firefox browser only, asks me to use alternative, why? Enter site: https://mylotto.co.nz/ this appears https://mylotto.co.nz/site-unavai… (続きを読む)

Website is being set to reject Firefox browser only, asks me to use alternative, why?

Enter site: https://mylotto.co.nz/

this appears

https://mylotto.co.nz/site-unavailable

thanks Gary

3 日前 に grasshopper1969 が質問

3 日前 に zeroknight最後の返信

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… (続きを読む)

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?

1 週間前 に jamescobban が質問

4 日前 に NoahSUMO最後の返信

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… (続きを読む)

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.

1 週間前 に Chris が質問

1 週間前 に NoahSUMO最後の返信

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… (続きを読む)

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.

1 週間前 に Bob G が質問

1 週間前 に cor-el最後の返信

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… (続きを読む)

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?

1 週間前 に Robert Wolf が質問

1 週間前 に cor-el最後の返信

Newest update breaks file download from non-secure websites.

I have a well hidden web server that uses HTTP. I need to download files from that server. After the newest update, Firefox now gives a warning about the website and on… (続きを読む)

I have a well hidden web server that uses HTTP. I need to download files from that server. After the newest update, Firefox now gives a warning about the website and on that warning is a button to "Allow Download". However when I click on that button, the file that gets downloaded IS NOT the file that I was initially attempting to download. It looks like it is a copy of the web page that was being displayed at the time. I noticed this behavior at work. I went home and used Firefox to connect to the server and everything connected and downloaded correctly. I went to see what version of Firefox was running. It was 124.0.2 and there was a button saying "Update Firefox". I clicked that button. My home Firefox updated to 125.01 and my home version of Firefox now also downloads the wrong file.

1 週間前 に Joel Swanson が質問

1 週間前 に zeroknight最後の返信

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… (続きを読む)

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

1 週間前 に jocie809 が質問

1 週間前 に zeroknight最後の返信

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… (続きを読む)

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?

1 週間前 に Veronica が質問

1 週間前 に jonzn4SUSE最後の返信

Firefox Connection to Navy Federal Credit Union

I have always been able to connect with Navy Federal Credit Union for my banking until a few days ago. Every time I click on the accounts shortcut I get the FAILED TO CO… (続きを読む)

I have always been able to connect with Navy Federal Credit Union for my banking until a few days ago. Every time I click on the accounts shortcut I get the FAILED TO CONNECT window. I can open my e-mail and ALL other websites. I can connect with Goggle but I've always preferred and used Firefox. I have used Firefox as my main browser for many many years. What is the problem??

3 週間前 に Richard Lang が質問

3 週間前 に zeroknight最後の返信