Zobrazenie otázok označených: Zobraziť všetky otázky

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… (ďalšie informácie)

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.

Otázku položil(a) Bob G Pred 2 týždňami

Posledná odpoveď od cor-el Pred 2 týždňami

Can't get by a dead end

I have an issue where I go to website and I get a message that the website is temporarily available. I cannot go to a different webpage for what URL I want. I believe thi… (ďalšie informácie)

I have an issue where I go to website and I get a message that the website is temporarily available. I cannot go to a different webpage for what URL I want. I believe this has to do with history. I suspect I can get past this by flushing the history. I can get to the website I want by using a different browser such as chrome. Ho do I fix this?

IBM clone using windows 10, firefox 125

Otázku položil(a) boblatsch Pred 1 týždňom

Posledná odpoveď od zeroknight Pred 1 týždňom

drag and drop keeps breaking.

i am using firefox developer edition version 126.0b3 (64-bit) on linux mint with an x11 desktop and for some reason the drag and drop breaks frequently. i think i have f… (ďalšie informácie)

i am using firefox developer edition version 126.0b3 (64-bit) on linux mint with an x11 desktop and for some reason the drag and drop breaks frequently.

i think i have figured out how i can consistently recreate the bug as well as sort of fix it temporarily.

i start with a newly launched browser. everything works fine. but then if i attempt to drag and drop something shortly after i drag and dropped something else and it did the little animation where it returns to its original position, i find that i cant drag and drop anything FROM firefox to anywhere else. and i also cannot rearrage tabs.

it seems to fix itself whenever I drag something from another program TO firefox successfully such as text into a textbox, or a .html file into the window to view it.

Otázku položil(a) goombabomber11 Pred 1 týždňom

Firefox always plays sound out of my usb devise if even though i windows uses aux

I have two audio device plugged in. firefox only outputs to the usb devise even though i have selected the aux out on windows. all other programs use the selected audio o… (ďalšie informácie)

I have two audio device plugged in. firefox only outputs to the usb devise even though i have selected the aux out on windows. all other programs use the selected audio out but not firefox

any help would be appreciated

Otázku položil(a) silasfoldbo Pred 2 týždňami

Can't stop annoying pop up tab

Every time I open a new tab, another extra tab opens automatically with the following address: https://0.0.0.1/ showing this message: An error occurred during a connec… (ďalšie informácie)

Every time I open a new tab, another extra tab opens automatically with the following address: https://0.0.0.1/

showing this message: An error occurred during a connection to 0.0.0.1.

I already re-installed Firefox but this bug keems popping up.

BTW: I did not do a d*** thing. It just started yesterday and is extremely annoying!

Otázku položil(a) michael686 Pred 1 týždňom

Posledná odpoveď od cor-el Pred 1 týždňom

recover passwords file

Hi, i locked my pc few days ago due to smart windows not recognizing my ( correct password ) repeatedly. anyway, im still trying to find a way to solve this issue. now, … (ďalšie informácie)

Hi, i locked my pc few days ago due to smart windows not recognizing my ( correct password ) repeatedly. anyway, im still trying to find a way to solve this issue.

now, i created an admin windows account get access to my old user files, found the bookmarks file. the only thing left for me now is the passwords file.i did not a Firefox online account before today

the only way currently if i did not solve the wind10 login issue is the find the passwords file physically just like i did with the bookmarks file.


can anyone help with this ??


thanks

Otázku položil(a) OMVW Pred 1 týždňom

Posledná odpoveď od cor-el Pred 1 týždňom

Unable To Connect

Hi Guys! Huge fan of Firefox since the early 2000s when I first learned about it. Way more secure, efficient, and lighter than any other browser (IE, Chrome, and now Edge… (ďalšie informácie)

Hi Guys! Huge fan of Firefox since the early 2000s when I first learned about it. Way more secure, efficient, and lighter than any other browser (IE, Chrome, and now Edge). Firefox is my first download on every new device and my go to even on my iPad.

I've been getting this error message lately and I don't know what to make of it. My saved tabs are working normally (email, work, streaming entertainment). This automatically comes out on ever new start / re-start (Firefox is my default) on separate tab but I am not opening any new website. It's been 2-3 days. At first I didn't mind it but its consistently happening and not just a one time thing. I already cleared my cache data. I've also ran a scan and it's come up clean (I have a paid BitDefender subscription). It's also not the local ip of my machine.

So any help would be great as I really don't want to leak any personal data or have any viruses.

Thank you for your time!

Otázku položil(a) leoandrewa Pred 4 dňami

Posledná odpoveď od zeroknight Pred 1 dňom

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… (ďalšie informácie)

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?

Otázku položil(a) jamescobban Pred 1 týždňom

Posledná odpoveď od NoahSUMO Pred 1 týždňom

Browser no longer asking for primary password

This started a few weeks ago. I thought it might have been because I synced the passwords with other devices. I reverted it back. When in about:logins, I click on the l… (ďalšie informácie)

This started a few weeks ago. I thought it might have been because I synced the passwords with other devices. I reverted it back.

When in about:logins, I click on the log in button but nothing happens.

Otázku položil(a) l s p Pred 1 týždňom

Posledná odpoveď od cor-el Pred 1 týždňom

Why aren't pull-down menus, behaving consistently, on Firefox on an M1-Max Mac ?

Why aren't pull-down menus, behaving consistently, on Firefox on an M1-Max Mac on macOS Sonoma ? The pulldown-menus don't persist, long-enough to click-upon a selec… (ďalšie informácie)

Why aren't pull-down menus, behaving consistently, on Firefox on an M1-Max Mac on macOS Sonoma ?

The pulldown-menus don't persist, long-enough to click-upon a selection .

Otázku položil(a) rsblanchard Pred 3 dňami

Posledná odpoveď od zeroknight Pred 3 dňami

Updates

My Browser keeps on telling me there is an update... I've updated, reinstalled the latest version and it still keeps giving a pop-up saying there is an update... How do… (ďalšie informácie)

My Browser keeps on telling me there is an update... I've updated, reinstalled the latest version and it still keeps giving a pop-up saying there is an update...

How do I get rid of these pop-ups???

Otázku položil(a) Jarro H Pred 6 dňami

Posledná odpoveď od NoahSUMO Pred 6 dňami

Tab search defaulting to address bar

Whenever I select tab and then start typing in the page search box it automatically jumps to the URL/Address bar. This is not only annoying but it makes it difficult for … (ďalšie informácie)

Whenever I select tab and then start typing in the page search box it automatically jumps to the URL/Address bar. This is not only annoying but it makes it difficult for me to see what I'm typing, and it often results in unwanted typing errors. I have yet to encounter a single longtime Firefox user who thinks this is a good idea, but I have met several who've decided to drop Firefox and start using Chrome just to be done with it. I've been using Firefox since early 2005 and I've mostly been happy with it but this is just to annoying to continue. I'm complaining because the feature exits, I'm complaining because there's no option to opt for those of us who find it annoying and will never become comfortable with it.

If there is a working fix that I've been unable to find, then please point me to where or what it is so that I can apply it.

Otázku položil(a) mh lg Pred 1 týždňom

Posledná odpoveď od cor-el Pred 1 týždňom

No longer have ability to open Hints on Ancestry while using Firefox

I prefer using Firefox as my browser (have done so for years), but recently I have noticed inability to open some hints provided on my family trees on Ancestry.com When … (ďalšie informácie)

I prefer using Firefox as my browser (have done so for years), but recently I have noticed inability to open some hints provided on my family trees on Ancestry.com

When I called Ancestry, they suggested I use a different browser (: - but when I did, I was able to open the hints Firefox won't open. What is the problem? I was also told that another Ancestry user had called in previously with the same problem. PLEASE fix this!

If it helps, I use Windows on an HP Envy laptop (have for some time - wasn't a problem before a month or so ago). Will I hear back from anyone as to when this might be addressed/fixed?

Otázku položil(a) Happyhermit Pred 1 dňom

Posledná odpoveď od zeroknight Pred 1 dňom

Audio Input (Mic) not working only in Firefox

For the last several months, I have been unable to get audio input from any device working on Firefox. The mic inputs work in all other apps and browsers, are appropriate… (ďalšie informácie)

For the last several months, I have been unable to get audio input from any device working on Firefox. The mic inputs work in all other apps and browsers, are appropriately permissioned on Windows 11, and appear in the Firefox permission windows. No actual audio is received by the website.

I have installed Firefox clean, rebooted countless times, tried the Beta and Dev channel releases, and disabled all extensions, to no avail. I have ensured that I am on the latest releases, have tried various devices, run virus scans. I have included images of the Windows sound settings showing working Mic levels, Firefox showing the device in permissions, etc.

My sound drivers are up to date, and mics work in all other browsers and apps. This is limited exclusively to Firefox.

Otázku položil(a) Teamster Pred 2 mesiacmi

  • Archivované

macOS: Make "About Firefox" visible in "Application menu" > "help"

Recently I got a Mac computer and I installed Firefox in it. I can't find "About Firefox" in Application Menu. How to show it in Application Menu like Windows and Linux?… (ďalšie informácie)

Recently I got a Mac computer and I installed Firefox in it. I can't find "About Firefox" in Application Menu.

How to show it in Application Menu like Windows and Linux?

Otázku položil(a) hsinyuanp_xavier Pred 1 rokom

Posledná odpoveď od cor-el Pred 1 rokom

YouTube 4k Playback stuttering and freezing

Hello, I use Firefox stable on both my Mac and my Win 11 PC. On the mac i use the developer edition. The issue I have started about 2-3 weeks ago. Most of the time, play… (ďalšie informácie)

Hello,

I use Firefox stable on both my Mac and my Win 11 PC. On the mac i use the developer edition. The issue I have started about 2-3 weeks ago. Most of the time, playing youtube 4k videos just either freezes and doesn't buffer, or just skips and reloads. It is not a network issue. I've tried playing back the same video with ARC on OSX (which is based on chromium) and with Chome on windows. It works flawlessly so it's not a network issue. I've tried disabling adblocker, all the extensions, nothing. It's either Youtube messing with non google products again or a problem with Firefox itself. I even have Youtube premium and this stuff still happens without adblockers.

Any help would be appreciated.

Otázku položil(a) Fally Pred 2 mesiacmi