Earlier quoted context omitted.
Beta == unfinished, may have bugs.
No, "beta" means "finished, but may have non-show-stopper bugs". If it's not finished it's alpha. Beta is pretty much just used as "buyer beware" nowadays, like a disclaimer "we take no responsibility for our bugs".
Firefox 64 Released
311–320 of 527 posts
Re: Firefox 64 Released
#312Re: Firefox 64 Released
#313> We’re excited to introduce multiple tab selection, which makes it easier to manage windows with many open tabs. Simply hold Control (Windows, Linux) or Command (macOS) and click on tabs to select them. Once selected, click and drag to move the tabs as a group — either within a given window, or out into a new window. Yessss. It doesn't happen often, but the times when I open up 6-10 tabs for research but then decide…
Re: Firefox 64 Released
#314Is this the version that kills Live Bookmarks? Some of us FF old-timers are hopelessly reliant on these things, and it's, as far as I have found, the fastest way to quickly scan lists of headlines from all your favorite sites at once. Seriously, one click and you can quickly mouse over the sites on your bookmarks toolbar to consume hundreds of headlines. I really, REALLY hate that they're killing this feature, but th…
Whats wrong with just using a proper RSS client?
Re: Firefox 64 Released
#315Earlier quoted context omitted.
> The same person who managed to make the text and background color not clash Just to check, is that sarcasm? Because having those end up the same for users who use non-default colors is a _very_ common webdev mistake...
No sarcasm, and that question wasn't rhetorical either: How is a scrollbar that different from other input elements within webpages that can already be styled? And what do you mean by using non-default colors? User stylesheets would also include scrollbar colors anyway; do you mean just setting a background but no text color (assuming a default of black, which might not be black for the user)? Don't see how this coul…
Re: Firefox 64 Released
#316> We’re excited to introduce multiple tab selection, which makes it easier to manage windows with many open tabs. Simply hold Control (Windows, Linux) or Command (macOS) and click on tabs to select them. Once selected, click and drag to move the tabs as a group — either within a given window, or out into a new window. Yessss. It doesn't happen often, but the times when I open up 6-10 tabs for research but then decide…
https://addons.mozilla.org/en-US/firefox/addon/panorama-view...
Re: Firefox 64 Released
#317Re: Firefox 64 Released
#318RSS is dead... I have a local html page devoted to news. An entry for a specific site will see at least two urls: The main site's URL and a link to it's RSS feed. Linking to the feed directly was a great way to bypass all the modern garbage on the home page to see a simple list of articles (not unlike HN's home page). It's borked now... None of my RSS links render. Chromium was very bad at this but at least it render…
Why not use a feed reader which is designed and optimized for that task? I like Newsblur.com (aka https://github.com/samuelclay/NewsBlur ) but there are tons of great desktop apps which do a much better job than Firefox ever did.
Re: Firefox 64 Released
#319Earlier quoted context omitted.
That's interesting, because I've had tearing issues with all major GPU brands (Intel, AMD and Nvidia), in particular when multiple monitors are involved. What's your setup like? With regards to security, the main issue is that X11 provides no isolation between applications, allowing them to listen to keystrokes and the clipboard at all times. With Wayland, only focused applications have this access.
"What's your setup like?" Currently I'm using an old, slow laptop, with a graphics card integrated in to the motherboard. Nothing special. But I don't do any demanding graphics processing on it. I just watch movies and use web browsers and a terminal. I don't play graphically intense games on it. "With regards to security, the main issue is that X11 provides no isolation between applications, allowing them to listen…
Re: Firefox 64 Released
#320Earlier quoted context omitted.
No sarcasm, and that question wasn't rhetorical either: How is a scrollbar that different from other input elements within webpages that can already be styled? And what do you mean by using non-default colors? User stylesheets would also include scrollbar colors anyway; do you mean just setting a background but no text color (assuming a default of black, which might not be black for the user)? Don't see how this coul…
Scrollbars aren't within webpages, they're browser chrome. Why not just let the webdev alter that too.
Example from Codepen: https://vgy.me/IBmcUz.png