Ummm yes? Funny, I just wrote another comment complaining how hitting refresh on a major airline's flight status page is liable to give one of those terrible "something went wrong" messages (apparently the search results are liable to expire, but until they do, refreshing will actually update the info, so it is useful to periodically press to see if the flight got delayed).
Combining stop and refresh is also dangerous since that's a race condition. Suppose the page is taking forever, I decide I've had enough of that and want to press stop. But in the second it takes me to actually click on it, the page decided to finally load! Now my click, instead of stopping the annoying spinner animation, clears out the information that FINALLY arrived and brought the annoying spinner back.
(I actually think there is a pretty good case to just remove the stop button though, it isn't vital and just hitting back or close does the same thing anyway. But combining it with the refresh button is about the worst possible thing you could do to either button. It takes one useful button and one meh button and combines them into one awful button.)
Speaking of clicks, that's actually the last straw that made me abandon firefox entirely: in version 75, they broke clicking on the url bar. Instead of doing the sane thing - putting the cursor where I clicked - it instead selects all. Before, double click would select all, meaning if you wanted that, it was still easily available. Now double click instead selects... a word. So they completely removed the very useful single click functionality and turned double click into a completely useless behavior. Absolutely unbearable.
I could tolerate or undo most the other UI changes they did, but this click thing couldn't be user style'd away, couldn't be configured away. They just shoved this massive breakage down. So I uninstalled it .
> takes space even when you're not loading
I'd rather have a predictable UI of marginal utility that doesn't change out from under me than a UI that randomly changes from bad to worse in its own time. At least you can get used to consistency, even if it is consistently mediocre.
> What makes v1 "the best ever"?
Don't put things in quotes that weren't actually said. I actually said "v1 was not great but ok, and it got overall worse".
There's actually specific changes I think were good, coupled with other changes that were bad.