Firefox-esr/ Firefox jumps back to page beginning while scrolling, not solved

I have followed the troubleshooting suggestions with no avail. I am currently in troubleshooting mode with all add-ons disabled. The problem persists. The only way to han… (xem thêm)

I have followed the troubleshooting suggestions with no avail. I am currently in troubleshooting mode with all add-ons disabled. The problem persists. The only way to handle the problem is to depress the scroll wheel on the mouse and start scrolling. However, the problem returns with the next page. The problem shows up on Windows 10 as well as Debian bullseye.

I have used Firefox and Firefox-esr for years on the same platforms. This problem started about six months ago with no resolution. So what has changed? On Win 10 Firefox keeps getting updates whereas Firefox-esr never gets updates. The problem persists on both platforms. More than one mouse has been used with the same results. I have removed Firefox and Firefox-esr and re loaded them, no joy here either.

Được hỏi bởi meparsons 21 giờ trước

Lần cuối trả lời bởi cor-el 18 giờ trước

Home page

I would love to remove CNN and MSNBC from appearing on my computer. If I can get them from auto playing that would be nice also. What do I need to do? Danny *Email remo… (xem thêm)

I would love to remove CNN and MSNBC from appearing on my computer. If I can get them from auto playing that would be nice also. What do I need to do? Danny *Email removed for privacy*

Được hỏi bởi dewesley 1 ngày trước

Lần cuối trả lời bởi cor-el 18 giờ trước

Lost Amazon in search box options -

I can't get Amazon back as a search option Bing is one of the search options selected in search settings, doesn't appear. If I install an older version will it be ok. Wh… (xem thêm)

I can't get Amazon back as a search option Bing is one of the search options selected in search settings, doesn't appear.

If I install an older version will it be ok. Why do they keep installing new updates which cause issues with the one I am using. I installed Opera and will give it a try. Firefox keeps changing things that work.'bold text'

Được hỏi bởi bobbee25 3 tuần trước

Lần cuối trả lời bởi cor-el 18 giờ trước

Open Bookmarks Library in Most Recent Folder

Hello, I use the Manage Bookmarks / Library function a lot. However, it drives me crazy that the library always opens at the folder: Other Bookmarks/BSP2 trash folder . … (xem thêm)

Hello, I use the Manage Bookmarks / Library function a lot. However, it drives me crazy that the library always opens at the folder: Other Bookmarks/BSP2 trash folder . . . DO NOT REMOVE! I then have to navigate up to find the folder I need. This gets really tedious after a while.

Is there a way to get the library to open at another folder, preferably the most recent folder?

Thanks!

Được hỏi bởi LN899 4 tháng trước

Lần cuối trả lời bởi cor-el 18 giờ trước

spotify not playing on firefox for mac

I recently started using Firefox as my main browser after using Chrome for awhile, and I'm now running into trouble playing music on Spotify. Every time I try to play a… (xem thêm)

I recently started using Firefox as my main browser after using Chrome for awhile, and I'm now running into trouble playing music on Spotify.

Every time I try to play a song on the browser version of Spotify, it cycles through several quickly without playing anything and eventually displays an error message that says: "Spotify can't play this right now. If you have the file on your computer you can import it."

I've seen others with similar issues (https://support.mozilla.org/en-US/questions/1431659) but the suggested fixes aren't working for me. My Firefox is up-to-date, I have DRM controlled content enabled, as well as the Widevine Content Decryption Module.

Looking for any suggestions!

Được hỏi bởi ma285598119 1 ngày trước

Lần cuối trả lời bởi zeroknight 1 ngày trước

No stream in Utube but will in Edge

New Windows 11 computer will not stream on Utube. I have 2 others with W10 and they stream fine. Tried to use Edge (ugh) and it works flawlessly. Personally I think th… (xem thêm)

New Windows 11 computer will not stream on Utube. I have 2 others with W10 and they stream fine. Tried to use Edge (ugh) and it works flawlessly. Personally I think this is done by microshit.

Được hỏi bởi Jack3M 2 ngày trước

Lần cuối trả lời bởi zeroknight 1 ngày trước

Firefox freezes/stall/slow after idle for a while

After some time of idle, i.e. leave the computer for some time, say over night. No suspend or hibernate. Back to the computer next morning, unlock. Then Firefox appears f… (xem thêm)

After some time of idle, i.e. leave the computer for some time, say over night. No suspend or hibernate. Back to the computer next morning, unlock. Then Firefox appears frozen/hang, can't switch tab (clicking tab has no response, but not really frozen, sometimes responses after dozens of seconds of lag), page also has no response. Then after around half to 2 minutes, everything back to normal.

During the "hang", CPU load is load, no memory stress (swapping/paging).

Environment:

Firefox 123.0 (64-bit), (actually it bothered me for years)

Linux 6.6.15-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.6.15-2 (2024-02-04) x86_64 GNU/Linux

``` lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux trixie/sid Release: n/a Codename: trixie ``` Not related to particular Linux and/or kernel version.

CPU: Intel or AMD, not related. RAM: 64GB/96GB, free memory more than enough.

I will gather more detailed info later.

Được hỏi bởi Terrance_h 2 ngày trước

Lần cuối trả lời bởi zeroknight 1 ngày trước

background-blend-mode is no longer functioning as it should with color option

Hi, I created a website with a pretty simple css in the body of the page. I have a background image, but its colors are too dominant, so I also added a background color … (xem thêm)

Hi,

I created a website with a pretty simple css in the body of the page. I have a background image, but its colors are too dominant, so I also added a background color property to make the background more "pale". This approach worked perfectly in Chrome and I am 99% sure that I also tested this back then in Firefox and it worked as expected.

Now, only a white background is displayed in Firefox (Chrome works perfectly), which is interesting, because nor the image nor the set colour is white (well... the colour is white, but it is semi transparent). Did I miss something or is this an accidentally added bug in Firefox?

For your reference I attach a minimal working (in Chrome the paler background is displayed properly, in Firefox white page) example (note: change image url to whatever):

html:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="styles.css">
</head>
<body>
    <script src="script.js"></script>
</body>
</html>

css:
body{
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0;
    flex-direction: column;
    background-image: url(./resources/splash.jpg);
    background-position: center;
    background-size: cover;
    background-color:  rgba(255,255,255,0.1);
    background-blend-mode:color;
}

I appreciate the help, Mark

Được hỏi bởi szalaimd 1 ngày trước

Lần cuối trả lời bởi zeroknight 1 ngày trước

Youtube live's not auto starting when counter runs out

Hi I've no idea which section this should go.. I'm having an issue when a youtube channel im following sets a live. When I get the card on the desktop for the 30 min time… (xem thêm)

Hi I've no idea which section this should go.. I'm having an issue when a youtube channel im following sets a live. When I get the card on the desktop for the 30 min timer, I'll click it.. sometimes it will open in a new tab (usually the card just disappears), that's another problem.. Anyway.. If I switch to the new tab at the time the live should have started, it shows the counter reset to 30 minutes.. if I F5 the page it will load the live.. Is there a way to auto start the live when the counter hits zero?

Hope that wasn't as clear as mud...

Thanks

Được hỏi bởi Tracy Scott 1 ngày trước

Lần cuối trả lời bởi zeroknight 1 ngày trước

Is there any possible way to darken the Grey text on so many websites?

The Grey Text Fetish throughout The Web is ruining what little Senior Eyesite I have left. I don't want to switch browsers, but I'm not finding any way to darken text in … (xem thêm)

The Grey Text Fetish throughout The Web is ruining what little Senior Eyesite I have left. I don't want to switch browsers, but I'm not finding any way to darken text in Firefox. Help!

Được hỏi bởi dwgrisham 1 ngày trước

Lần cuối trả lời bởi zeroknight 1 ngày trước

Unable to hold backspace to delete multiple characters in certain text boxes

Recently, I have been unable to hold down backspace to delete multiple characters in certain text boxes in Firefox. Namely, in the EndeavorOS forum post text box, Google … (xem thêm)

Recently, I have been unable to hold down backspace to delete multiple characters in certain text boxes in Firefox. Namely, in the EndeavorOS forum post text box, Google Docs, and the google search box. I am not experiencing this issue with any other app, and in chrome, with the same pages, the issue doesn’t occur. The issue also does not occur in the URL box or the forum post text box here. The issue still occurs in troubleshoot mode.

Được hỏi bởi enderthexenocide 4 ngày trước

Lần cuối trả lời bởi zeroknight 1 ngày trước

ff update messed up Google sign in

I updated FF per regular basis. Now I can't log into Google because my phone is no longer an option. A tablet is an option but it's physically inaccessible. All I did wa… (xem thêm)

I updated FF per regular basis. Now I can't log into Google because my phone is no longer an option. A tablet is an option but it's physically inaccessible. All I did was click update and restart. Nothing unusual about that. My phone can't access Google accounts either. I'm not the most tech savvy and so I have no clues how to remedy this situation.

Được hỏi bởi SCLB 1 ngày trước

Lần cuối trả lời bởi cor-el 1 ngày trước

Lost sessions again!

FF doesn't reliably open my last session. It used to but for nearly 18 months now it has become hit and miss. I have FF docked on my taskbar (Win 7 sp1) when I click it s… (xem thêm)

FF doesn't reliably open my last session. It used to but for nearly 18 months now it has become hit and miss. I have FF docked on my taskbar (Win 7 sp1) when I click it some times it opens all my tabs (I have it set to do that) but more frequently it doesn't and just opens one tab. Usually I catch it and in history select the tab showing many other tabs and I get it all back, but this doesn't always work like today, no option to do that because there's nothing there. When is it likely to be fixed, I've been complaining about this for months. I've even suggested FF collects a stack of last sessions (say 20) each time a session is closed and have a fixed entry for that in the menu, but nothing seems to change. I'm heartily sick of it, it's such a basic requirement of any browser and yet with FF it's just a pain in the neck.

Được hỏi bởi `Vic 1 ngày trước

Lần cuối trả lời bởi cor-el 1 ngày trước

In Firefox, I want to load several tabs each time I start Firefox, but now the same tabs repeat when I refocus on Firefox

I had Firefox set to load 4 tabs when started. Something has changed recently and now it seems as if the same 4 sites keep repeating somehow. I have set the Home/Custom… (xem thêm)

I had Firefox set to load 4 tabs when started. Something has changed recently and now it seems as if the same 4 sites keep repeating somehow. I have set the Home/Custom URLs to these 4 sites, but cannot prevent them to load again when already loaded.

Được hỏi bởi Fred B 2 ngày trước

Lần cuối trả lời bởi cor-el 1 ngày trước

Picture In Picture On Top of Full Screen Application

Last update disabled picture in picture mode -- on top of full scree applications. Please advise how to correct / adjust. This feature is vital to my work. Thank you fo… (xem thêm)

Last update disabled picture in picture mode -- on top of full scree applications.

Please advise how to correct / adjust. This feature is vital to my work.

Thank you for your time and help.

Được hỏi bởi Jemmma 2 ngày trước

Lần cuối trả lời bởi cor-el 1 ngày trước

Certain videos on certain web pages won't play.

I have been a Firefox user for most of my time on a computer and that's a lot of years. A regular site I visit is Townhall.com. A few months ago I could no longer play vi… (xem thêm)

I have been a Firefox user for most of my time on a computer and that's a lot of years. A regular site I visit is Townhall.com. A few months ago I could no longer play videos because the link (video screen) would not appear. The text below where the screen should have been appears. I worked with Townhall on this and we could not solve it. Interesting was that periodically the link would appear but now doesn't appear at all. So I am forced to use MS Edge for Townhall videos.

Then it happened on another site I frequent - RacerX.com. When I try to play a video I get a blank screen with the message: "Unfortunately your Targeted Advertising privacy settings prevent us from showing you this YouTube Video. Please update your consent to see this content." I cannot find anything in settings which should cause this. I changed nothing. Settings are the same as they've been for years. So now for RacerX videos I have to use MS Edge.

I would prefer to continue to use Firefox as my browser but switching back and forth is not productive. As much as I do not want to make MS Edge my default browser it looks like I will have no choice unless you can help me solve this issue.

Được hỏi bởi miscthings4 2 tuần trước

Lần cuối trả lời bởi cor-el 1 ngày trước