Live data from Hacker News

Firefox 66.0 Aims to Reduce Online Annoyances

blog.mozilla.org

101–110 of 574 posts

Re: Firefox 66.0 Aims to Reduce Online Annoyances

#101

I'm using Mac OS and the scroll using conventional optical mouse with segmented wheel is really jumpy basically in every other browser. Out of the Firefox, Chrome and Safari only FF scrolls a page really smooth, with no micro jumping as I turn the wheel. Anyone know how to fix this in other browsers?

I think that's what you're looking for:

https://chrome.google.com/webstore/detail/smoothscroll/nbokb...

Re: Firefox 66.0 Aims to Reduce Online Annoyances

#102

I'm using Mac OS and the scroll using conventional optical mouse with segmented wheel is really jumpy basically in every other browser. Out of the Firefox, Chrome and Safari only FF scrolls a page really smooth, with no micro jumping as I turn the wheel. Anyone know how to fix this in other browsers?

I think it's just a question of which algorithm the browsers use to translate the mouse wheel input into an animation.

The other browsers are probably mostly tested with Apple's high precision mouse/trackpad devices that report scroll distance in very small steps instead of the coarse distance reporting of standard mice.

Re: Firefox 66.0 Aims to Reduce Online Annoyances

#103
post #42

Whenever Firefox is automatically updated through my package manager, any open instances refuse to load any new pages or tabs until I restart Firefox . Needless to say, this is absolutely infuriating when I'm in the middle of something important. Does anyone know how to disable this feature?

Which OS / package manager are you using? I haven't noticed this behaviour on my Linux (Kubuntu) or macOS installs -- both Firefox Dev Edition though.

Re: Firefox 66.0 Aims to Reduce Online Annoyances

#104

Earlier quoted context omitted.

Wouldn't it be nice if browsers or servers could reserve that space even if it's not loaded? Like "this is going to be a 500x200 image so let's load 500x200 pixels worth of empty space until it's fully loaded" and avoid jumping.

If the browser only knew...but in many cases it doesn't, especially for a fluid width, responsive website. An image may have a near infinite number of potential dimensions depending on the user's viewport.

> responsive website

This theme is discussed here often, but really, this is what HTML was designed for. Load https://thebestmotherfucking.website/ in a browser and scale it at will, it will always look good. The fact that people put a ton of often useless stuff and complain it looks bad in some browser doesn't mean media queries are theonly way.

Re: Firefox 66.0 Aims to Reduce Online Annoyances

#105
post #83

I wish they made the macOS version more of a priority. There are two bugs in Bugzilla (window doesn't use CoreAnimation[1], h264/video isn't properly accelerated since quantum[2]) that together cut battery life in half compared to using Chrome or Safari. These have been in there for two years (!) and have varingly been either priority 2 or fix-optional (!!). I understand that there are limited resources but making yo…

No. Linux should always be the priority!!

Let the war begin!!

Re: Firefox 66.0 Aims to Reduce Online Annoyances

#106
post #56
post #42

Whenever Firefox is automatically updated through my package manager, any open instances refuse to load any new pages or tabs until I restart Firefox . Needless to say, this is absolutely infuriating when I'm in the middle of something important. Does anyone know how to disable this feature?

It's not a feature and you can't disable it, previously it'd just crash. I think it's to do with the content workers being `exec`d from disk each time instead of forking from a master.

Maybe there was some edge case where it could crash, but for me it always used to work.

Re: Firefox 66.0 Aims to Reduce Online Annoyances

#107
post #42

Whenever Firefox is automatically updated through my package manager, any open instances refuse to load any new pages or tabs until I restart Firefox . Needless to say, this is absolutely infuriating when I'm in the middle of something important. Does anyone know how to disable this feature?

Which OS / package manager are you using? I haven't noticed this behaviour on my Linux (Kubuntu) or macOS installs -- both Firefox Dev Edition though.

Ubuntu 18.10 using APT.

Re: Firefox 66.0 Aims to Reduce Online Annoyances

#108
post #77

Earlier quoted context omitted.

Increasing the number of processes decreases the number of tabs sharing each process. So if a process crashes it will bring down fewer tabs.

That would mean smaller impact per crash, not fewer crashes though.

Yes, technically. But the user experience is fewer tabs crashing, which I'd argue is what user's care about. You notice a crash because of the tab's "oh no" screen, not by watching `ps`.

Re: Firefox 66.0 Aims to Reduce Online Annoyances

#109

I'm using Mac OS and the scroll using conventional optical mouse with segmented wheel is really jumpy basically in every other browser. Out of the Firefox, Chrome and Safari only FF scrolls a page really smooth, with no micro jumping as I turn the wheel. Anyone know how to fix this in other browsers?

There's two things to this. One is an option usually called "smooth scrolling" which was historically disabled in Firefox or Chrome (and it was really annoying). It was an on/off switch that either animated the movement between two points in page or it just jumped. I believe all browsers have this enabled now.

The second issue, what you are probably referring to is how the page is animated between those two points. Firefox now uses something old Opera used to have, a really gradual scroll. All chromium-based browser I just tried have this rather jumpy scroll. It's different, but it is not nearly as bad as it used to be in FF.

In short, I don't know, but "smooth scrolling" is something you might want to search for.

Re: Firefox 66.0 Aims to Reduce Online Annoyances

#110
post #42

Whenever Firefox is automatically updated through my package manager, any open instances refuse to load any new pages or tabs until I restart Firefox . Needless to say, this is absolutely infuriating when I'm in the middle of something important. Does anyone know how to disable this feature?

Which OS / package manager are you using? I haven't noticed this behaviour on my Linux (Kubuntu) or macOS installs -- both Firefox Dev Edition though.

Under linux with apt/dnf. These package managers update Firefox while it is running.

On MacOS or Windows (maybe even Linux with the Mozilla updater, never tried it), the updater does the update on the next restart.

Post reply on HN