Earlier quoted context omitted.
It's all personal preference, but since Opera 12 I've been addicted to ctrl-tab for most recently used switching (Opera 12 had a nice tab switcher that made the interaction very understandable/manageable), and then alt-tab for switching in "physical" order. (I run a large number of tabs, and quickly switching between two (or a small number) that I've used recently seems to be a common interaction for me - but then be…
a feature that I've loved about Vivaldi (and vimium on chrome) is the spotlight like search for tabs. When you run a lot (~30-40) of tabs, that's an killer feature right away!
Firefox 50.0
81–90 of 205 posts
Re: Firefox 50.0
#82Obligatory "does it break Tree Style Tabs?" comment.
Re: Firefox 50.0
#83Earlier quoted context omitted.
On windows, Firefox is the main supplier of binaries. I would hazard that on most Linux/BSD systems, the distribution is the main supplier of binaries. The distributions can easily build it as GTK2 if they want, or provide a GTK2 variant (and as pointed out above, some distributions seem to, or at least make it easy to build it yourself). If you are on Linux and your distribution provides Firefox, this is a complaint…
In the past the GTK3 code path was tested only by Red Hat as the primary developer of all things GTK and GNOME. At that time, there was only a GTK2 build from Mozilla, and now instead of doing the same as Windows 32-bit/64-bit we're presented with just GTK3 support with the promise to obsolete the GTK2 code, while seemingly not considering the regressions of GTK3. Why do we use Mozilla binaries of Firefox on linux di…
Re: Firefox 50.0
#84Re: Firefox 50.0
#85"Set a preference to have Ctrl+Tab cycle through tabs in recently used order " Finally something that is an actually improved UI feature! Not some "removed status bar and instead hover its info over text you want to read sometimes" or "moved refresh button to different place than before just to annoy you" or similar thing :)
Re: Firefox 50.0
#86"Set a preference to have Ctrl+Tab cycle through tabs in recently used order " Finally something that is an actually improved UI feature! Not some "removed status bar and instead hover its info over text you want to read sometimes" or "moved refresh button to different place than before just to annoy you" or similar thing :)
I have this feature in sublime text & Atom and absolutely hate it. I feel like ctrl + tab has to move to next tab & ctrl + shift + tab should move to previous tab (cycle if it reaches the end). I feel like that's more predictable behaviour.
Usually when programming, the most relevant are the last source files I viewed, e.g. a source file and its header file. I love ctrl+tab switching between most recent files this way.
Same in a webbrowser with related articles. Don't see a use of a next/prev in the list tab shortcut myself, it's not like tabs are ever in some particular order for me :)
Re: Firefox 50.0
#87I wanted to try reader mode, so I went to a random Atlantic article ( https://www.theatlantic.com/health/archive/2016/11/better-of... ) and hit ctrl-alt-r. The graph related to the story was dropped. Would that be a bug, or is that how reader mode is supposed to work? I don't have the equivalent Evernote plug-in anymore (I'm trying to get away from Evernote), so I have nothing to compare it to.
You can report a bug in Firefox Reader Mode here. Identifying the "important" content on a page is a hard problem. :) FWIW, Safari's Reader Mode doesn't include the article's graphs or pictures either. https://bugzilla.mozilla.org/enter_bug.cgi?product=Toolkit&c...
I found another article where it leaves the author photo but removes the main article photo (https://www.washingtonpost.com/opinions/david-camerons-wizar...) so I believe it is a bug.
BTW, I think this bug covers the issue (it's where I got the WP link from):
https://github.com/mozilla/readability/issues/219
Edit: Actually, this is a better bug report:
Re: Firefox 50.0
#88Earlier quoted context omitted.
On windows, Firefox is the main supplier of binaries. I would hazard that on most Linux/BSD systems, the distribution is the main supplier of binaries. The distributions can easily build it as GTK2 if they want, or provide a GTK2 variant (and as pointed out above, some distributions seem to, or at least make it easy to build it yourself). If you are on Linux and your distribution provides Firefox, this is a complaint…
In the past the GTK3 code path was tested only by Red Hat as the primary developer of all things GTK and GNOME. At that time, there was only a GTK2 build from Mozilla, and now instead of doing the same as Windows 32-bit/64-bit we're presented with just GTK3 support with the promise to obsolete the GTK2 code, while seemingly not considering the regressions of GTK3. Why do we use Mozilla binaries of Firefox on linux di…
That points towards GTK2 support possibly not being functional, which could be a good reason why they don't provide a build for it, even if they wanted to.
It sounds like the real problem here is that Mozilla is changing stuff that some people don't want changed. I don't think the solution is to ask Mozilla to produce a GTK2 build, but to ask them to fix anything they've broken. If they've decided to move towards GTK3, then that's their choice, and presumably they have reasons for that choice. I don't think it's out of line for them to expect to support a single working build for an architecture/OS combo. That said, they can and should be notified and pressured to fix any regressions. Additionally, if the change is something people don't want, Mozilla should be notified of that (although I suspect there are technical reasons for the change that most people are ignoring).
Re: Firefox 50.0
#89Re: Firefox 50.0
#90Earlier quoted context omitted.
> Now if only i was not stuck on ESR because GTK3... What's the issue with GTK3?
GTK3 itself has various regressions and is slower than GTK2 despite the architectural refactoring lending itself to a snappier experience. https://bugzilla.gnome.org/show_bug.cgi?id=771708 Firefox GTK3 has regressions too, for instance the bookmark manager not remembering where you were last which works with Firefox ESR (GTK2). https://bugzilla.mozilla.org/show_bug.cgi?id=1267863 Also GTK3's file dialog is subjective…