顯示下列標籤的問題:

Firefox Nightly Video Playback on Fedora 33

I've installed Nightly the same way I have for years on my latest Fedora 33 install—i.e., download tarball, extract into /opt, set appropriate chmod and chown, make .desk… (閱讀更多)

I've installed Nightly the same way I have for years on my latest Fedora 33 install—i.e., download tarball, extract into /opt, set appropriate chmod and chown, make .desktop file, etc.—but certain videos certain videos on certain sites refuse to play. A Fedora discussion discussion led me to think it's how Fedora 33 may sandbox apps; I haven't yet had any hits on solutions in the Fedora groups, so I thought I'd ask here, since I can't be the only one with this issue.

Any help would be greatly appreciated!

已解決 封存 14 185

Google search stops working intermittently in Firefox

Google search has stopped working intermittently for about a month now (August 2024) in Firefox. I haven't seen a real useful fix or explanation of what's going on from M… (閱讀更多)

Google search has stopped working intermittently for about a month now (August 2024) in Firefox. I haven't seen a real useful fix or explanation of what's going on from Mozilla. Please fix this. It wasn't an issue before.

已解決 封存 14 931

Why Firefox labels Paypal as an unsafe site.

I've posted before but no answer as to why Firefox labels Paypal as an unsafe site. I don't know where to change settings to allow it without the warning. I've just ign… (閱讀更多)

I've posted before but no answer as to why Firefox labels Paypal as an unsafe site. I don't know where to change settings to allow it without the warning. I've just ignored the warning and continued but it is annoying.

已解決 封存 14 160

Blocker: Mozilla Firefox causes rows overlapping

Dear Support Team, After updating to last Mozilla Firefox version (126.0.1) all my ngx-datatable tables are overlapping all rows over the first one even if the entire hei… (閱讀更多)

Dear Support Team,

After updating to last Mozilla Firefox version (126.0.1) all my ngx-datatable tables are overlapping all rows over the first one even if the entire height of the table is correct calculated.

This is a blocking point. I need assistance urgently.

已解決 封存 14 158

Firefox automatically download files .docx from facebook page as pdf

Hello, I have problem with firefox. When I try download from facebook page files .docx, .xlsx (Microsoft Office) Firefox automatically download it as PDF and file is brok… (閱讀更多)

Hello, I have problem with firefox. When I try download from facebook page files .docx, .xlsx (Microsoft Office) Firefox automatically download it as PDF and file is broken. I don't know how to repair this. Please help, it is very frustrating.

已解決 封存 14 495

Captcha not working on firefox 127.0.1 yet again

Hi, am running firefox 127.0.1 on a windows 11 desktop. Numerous sites that use a captcha to login fail. In other words, the captcha never loads and I cannot login to tho… (閱讀更多)

Hi,

am running firefox 127.0.1 on a windows 11 desktop. Numerous sites that use a captcha to login fail. In other words, the captcha never loads and I cannot login to those sites. Such sites include teamfaderpro, Coursera, and bandcamp. All logins fail as the captcha is required to be passed prior to logging in, but the captcha never appears and so when I try to log in, nothing happens and I cannot login.

I have tried the above same sites on the Edge browser and have no such issue, the captcha shows and I can login.

Just FYI, the agent switcher setting change recommended by others previously is not suitable. When I tried that fix I was unable to access a considerable percentage of the internet due to some cloudflare issue, so the agent switcher setting is not an option. So far, I have tried all recommended settings to fix this issue and nothing has worked.

I am surprised no one else is having this issue.

Any help is appreciated, or at least inform google/mozilla about this issue as it has been ongoing (on and off) for me for many months. And yes, this problem is persistent for me at the moment, it remains despite rebooting windows, despite clearing cookies and cache (which I have set to automatically delete when exiting firefox).

已解決 封存 14 752

Spotify webplayer on Firefox is unuseable after updating to latest version

Majority of the songs do not play and I'm given with a pop-up, "Spotify can't play this right now. If you have the file on your computer you can import it." I will play a… (閱讀更多)

Majority of the songs do not play and I'm given with a pop-up, "Spotify can't play this right now. If you have the file on your computer you can import it."

I will play a song from a playlist and is given that pop-up, it will continue skipping to the next song until it plays, but only for 9-10 seconds until the song mutes, to specify, the dot (when hovered on the progress bar) will still move, indicating that "it's playing".

Some clarifications: 1. I use Spotify Desktop app (windows), Spotify App (android), and Spotify Webplayer on Chrome and Firefox. Everything works just as fine on all of these, except for Spotify Webplayer on Firefox. 2. Skipping to a later timestamp does not unmute the song. 2. I have Spotify Premium 3. I have no VPN 4. I am running Firefox with an ad blocker 5. I am running Chrome with an ad blocker (same ad blocker in Fifefox) 6. I am running Firefox to the latest version (Firefox 119.0.1 (20231106151204))

What I've done so far: 1. Cleared caches and data. 2. Updated my Windows to the latest update available - Win10 v.22H2 3. Signed-out of Spotify for all my devices, then logging-in first on Spotify Desktop (this automatically redirects to Firefox webplayer) 4. Ran Firefox on "Troubleshoot Mode" 5. Un-checked and re-checked "Play DRM content" setting. 6. Disabled and re-enabled the plug-in "Widevine Content Decryption Module by Google Inc". (this plug-in is last udpated on November 17, 4.10.2710.0

I'm including this link from Spotify's Community page.. where two other users, who commented it is only with Firefox (webplayer), are experiencing the same problem as I am. https://community.spotify.com/t5/Desktop-Windows/Spotify-can-t-play-this-right-now-If-you-have-the-file-on-your/m-p/5679914#M123192

已解決 被鎖定 封存 13 2371

Change URL border color when focused

Hi All, I would like to change the url border color when it has the focus to blue. The code below works, except when you press Escape. After hitting Escape, the urlbar st… (閱讀更多)

Hi All,

I would like to change the url border color when it has the focus to blue.

The code below works, except when you press Escape.

After hitting Escape, the urlbar still has the focus but its border changes back to gray. It should remain blue.

I would also like to remove the box-shadow after pressing Escape, when the urlbar is not expanded (to mimic the behavior of FF 88).

The url and search input fields also do the same goofy thing Windows 10 does - the cursor stops blinking after 5 blinks and remains frozen. Any way to remove that behavior and keep the cursor blinking? If not, no big deal, the other stuff above is more important.

Any code suggestions to get that behavior are welcome!

/* set the initial borders of the urlbar and search bar to gray */
#urlbar > #urlbar-background, #urlbar[breakout][breakout-extend] > #urlbar-background, #searchbar { border: 1px solid #a1a6b5 !important; outline: none !important; border-radius: 0px !important; }
/* set urlbar border to blue when focused */
#urlbar[breakout][breakout-extend] #urlbar-background {
   border-color: #0078d7 !important;
}
已解決 封存 13 623

Getting PR_CONNECT_RESET_ERROR on websites which use TLS/SSL

For the past few days when I have tried to log into a few websites which use TLS/SSL I have gotten PR_CONNECT_RESET_ERROR. Please see the attached screenshot for more det… (閱讀更多)

For the past few days when I have tried to log into a few websites which use TLS/SSL I have gotten PR_CONNECT_RESET_ERROR. Please see the attached screenshot for more details. This issue was observed ever since I updated to Firefox version 124.x. Prior to that the websites were working fine.

When I try to access the same websites and try to log into them using Microsoft Edge, I do not face a similar issue. They work fine.

I have cleared the browser cache, restarted firefox, and then tried. Still faced the same issue. I have cleared the DNS cache of Firefox browser (about:networking#dns) and then tried. Still faced the same issue. I have opened Firefox in Safe mode (Menu > Help > Troubleshooting mode) and still faced the same issue.

Can someone please help me in fixing the issue? I would like to refrain from using MS Edge or chrome browser.

已解決 封存 13 23376

Translations

How come FF translates sites in tiny, irrelevant languages like Bulgarian, but not from major languages like Chinese and Arabic?!? I wish I could dump Edge, but this FF d… (閱讀更多)

How come FF translates sites in tiny, irrelevant languages like Bulgarian, but not from major languages like Chinese and Arabic?!?

I wish I could dump Edge, but this FF deficit forces me to keep Edge on my computer...

被鎖定 封存 13 111

No confirmation email for Firefox Sync received

I try to set up Firefox Sync on Firefox on a VM on Fedora. I enter my e-mail and password. Then I get the message (after retrying): "Email resent. Add accounts@firefox.co… (閱讀更多)

I try to set up Firefox Sync on Firefox on a VM on Fedora. I enter my e-mail and password. Then I get the message (after retrying): "Email resent. Add accounts@firefox.com to your contacts to ensure a smooth delivery." However, I do not get the email with the confirmation code.

My email address has this format j@xxxxx.org

已解決 封存 12 835

spell check feature

I realize Facebook doesn't have a spell check feature,but is there a way my browser, Firefox, which I already have spell check enabled can somehow spell check Facebook wh… (閱讀更多)

I realize Facebook doesn't have a spell check feature,but is there a way my browser, Firefox, which I already have spell check enabled can somehow spell check Facebook when I chat? Can someone help? Thank you.

已解決 封存 12 391

Wont load Death Records

West Virginia has a website to download old death certificates, but they wont load. There's nothing but a blank page. I'm not positive that it's a Firefox problem, as a … (閱讀更多)

West Virginia has a website to download old death certificates, but they wont load. There's nothing but a blank page. I'm not positive that it's a Firefox problem, as a friend of mine who uses IE cant load them either, however, she CAN load them on her Tablet. As a historian, I really need to get these records for my research, so I was wondering if someone could go to the site and see of the records appear for them to be downloaded. This is a direct link to one of the records:

link text

While this is the main page were you enter the name you are looking for: link text

If you discover anything, please let me know. Thanks!

已解決 封存 12 112

Thin white border left when fit screen

Hi, i just got a new laptop (Asus Zephryus G16, 2560 x 1600 screen) and after installing Firefox there is a thin white border to the left of the screen when running in fi… (閱讀更多)

Hi, i just got a new laptop (Asus Zephryus G16, 2560 x 1600 screen) and after installing Firefox there is a thin white border to the left of the screen when running in fit screen. This problem is not present when in a windowed mode or in F11 full screen.

I tried updating the Intel Arc drivers but this did not fix the problem. Changing to compatibility mode also did not fix te problem.

PS: in the uploaded screenshots it is quite dificult to see the white line(because the background is also white), but when the image is viewed in a new tab it is visible.

Thanks

已解決 封存 12 614

Video/audio issue

Today, Firefox stopped playing audio on Facebook videos and won't play Netflix videos at all (Netflix error code: F7701-1003). Youtube works fine and has audio, but sever… (閱讀更多)

Today, Firefox stopped playing audio on Facebook videos and won't play Netflix videos at all (Netflix error code: F7701-1003). Youtube works fine and has audio, but several other video sites I've tried have video but no audio. It was all working fine yesterday and I haven't changed any settings.

These websites work fine with both audio and sound on Microsoft Edge on the same laptop, so this is a problem exclusive to Firefox. OS is Windows 11 Home 23H2, Firefox is latest version (129.0.2)

Things I've tried: 1. Refresh Firefox settings 2. Download and install fresh copy of Firefox 3. Toggle DRM content in setting on/off - no difference no matter what is selected 4. Ensure that 'remember history' is selected 5. Check for Windows updates 6. Uninstall audio driver, restart and fresh install of audio driver 7. Ensure it's not in private mode 8. Turn off all extensions 9. Check volume mixer allows sound for Firefox 10. Clear the cache and cookies

I can't find any more suggestions on the internet, so any further suggestions welcome!

已解決 封存 12 441

Gmail is not working

Gmail is not working. I enter the link https://mail.google.com in the address bar and nothing opens (white screen). This has not worked for about 2 months (maybe even mor… (閱讀更多)

Gmail is not working. I enter the link https://mail.google.com in the address bar and nothing opens (white screen). This has not worked for about 2 months (maybe even more).

已解決 封存 11 260

Major complaint by many! Can the Firefox code writers fix this?

With the latest version of Firefox the menu, etc. have a font size that is TOO SMALL. There are many Mozilla posts about this problem. https://support.mozilla.org/bm/que… (閱讀更多)

With the latest version of Firefox the menu, etc. have a font size that is TOO SMALL. There are many Mozilla posts about this problem.

https://support.mozilla.org/bm/questions/1260063 https://support.mozilla.org/mk/questions/1395315 https://support.mozilla.org/en-US/questions/1274586 https://support.mozilla.org/bm/questions/1268779

My wife cannot read them. I can barely read them. If this is not fixed soon, we will switch to another browser.

Can the Firefox code writers fix this?

已解決 封存 11 277

Unwanted redirects using google search

I'm getting unwanted redirects when using google search on certain sites. I have cleared the cache, turned off extensions and scanned for malware (none found). See the at… (閱讀更多)

I'm getting unwanted redirects when using google search on certain sites. I have cleared the cache, turned off extensions and scanned for malware (none found). See the attached screenshot.

Firefox 115.1.0 iMac Sierra

已解決 封存 11 956

Stripe payments are not working in Firefox

Hi. I cannot use stripe payments. I am using FF vLatest and have added it to the popup blocker exception list and every other exception list I can find. I have done this … (閱讀更多)

Hi. I cannot use stripe payments. I am using FF vLatest and have added it to the popup blocker exception list and every other exception list I can find. I have done this for http://stripe.com and for whatever website is trying to use stripe. No stripe payments ever work and I always get the same error attached. I have tried another browser and it works. How can I find out at least what is blocking the payments so I can disable it?

已解決 封存 11 567