Chrome / Chromium have a habit of making these arbitrary changes that seriously annoy some (arguably small) percentage of their users, while claiming that it makes it simpler / better for everyone else, while explaining impatiently why it's infeasible to make the now missing feature a configuration option. Evidently the kinds of people that can't be bothered going into the Advanced Configuration Settings page would b…
At one point I forked Chromium over the click-selects-all in the URL bar. In OS X, this was the only application that behaved that way (until Apple recently followed suit with Safari...). Now I just use FireFox because they give me the option to override the default. I edit URLs far more often than typing in new ones. If I am going to a new URL, I generally type command-l or open a new tab...
Chrome removes Backspace to go back
271–280 of 594 posts
Re: Chrome removes Backspace to go back
#272Earlier quoted context omitted.
For quite a few users, OSX's entire concept of "quit the currently-active application" is downright archaic.
Do you no longer quit applications in [your operating system]? What's the alternative?
I am surprised Apple hasn't encouraged users to do that, come to think of it.
Re: Chrome removes Backspace to go back
#273Earlier quoted context omitted.
At least Firefox has about:config, and everything can be changed there.
woah.. didn't know about that. It's a monster list of exposed internal variables? Talk about inaccessible...
Re: Chrome removes Backspace to go back
#274Re: Chrome removes Backspace to go back
#275Re: Chrome removes Backspace to go back
#276Earlier quoted context omitted.
But there are better solutions. Comment #35 in that thread actually provides one: > The problem: Moving away from a form can result in data loss. > Your solution: Make it harder to move away. > The correct solution: Cache tab history completely and make it easy to move forward and backward in a tab's history by reusing cache and maintaining form contents. (Source: https://bugs.chromium.org/p/chromium/issues/detail?id…
This can be a little dicey when AJAX was used to render the form that you're thinking about submitting; for a browser to Do It Right they may need to cache complicated stuff like (a) the entire DOM and (b) the entire state of the JS interpreter at the moment navigation began away from the page. Even if we only do this on backwards navigation and immediately trash it when we navigate forwards to a new location, it sti…
alternatively, just don't browse away when you have something filled in a form - just ask the user if they meant to do that
Re: Chrome removes Backspace to go back
#277Earlier quoted context omitted.
If you're emailing users' passwords you've got bigger problems than a bit of trailing white space.
Lots of systems email users an initial password which must be changed at first login. It's not the world's most elegant solution, but it's also not terrible and basically does an implicit email verification. I'm not sure that it's any worse than sending a URL with an embedded token that takes the user to a password-change page.
It's terrible. Really.
Re: Chrome removes Backspace to go back
#278Earlier quoted context omitted.
Alt+Left requires moving both hands, Backspace is only one finger away If only Alt-Gr+Left or Right Ctrl+Left worked...
Alt+Left requires two fingers, but not two hands. You're aware of the alt to the right of the space bar, yes?
Re: Chrome removes Backspace to go back
#279I'm going to take a somewhat contrarian view and say, "Thank you, Chrome developers." It's always easy to tell apart the people who know shortcuts from the people who don't, if you watch them use their computers. Someone with a few shortcuts on tap will zoom around their monitors, switching between mouse and keyboard only when necessary. But there are a few shortcuts and user interface quirks that are too outdated an…
But there are better solutions. Comment #35 in that thread actually provides one: > The problem: Moving away from a form can result in data loss. > Your solution: Make it harder to move away. > The correct solution: Cache tab history completely and make it easy to move forward and backward in a tab's history by reusing cache and maintaining form contents. (Source: https://bugs.chromium.org/p/chromium/issues/detail?id…
Re: Chrome removes Backspace to go back
#280I'm going to take a somewhat contrarian view and say, "Thank you, Chrome developers." It's always easy to tell apart the people who know shortcuts from the people who don't, if you watch them use their computers. Someone with a few shortcuts on tap will zoom around their monitors, switching between mouse and keyboard only when necessary. But there are a few shortcuts and user interface quirks that are too outdated an…
But there are better solutions. Comment #35 in that thread actually provides one: > The problem: Moving away from a form can result in data loss. > Your solution: Make it harder to move away. > The correct solution: Cache tab history completely and make it easy to move forward and backward in a tab's history by reusing cache and maintaining form contents. (Source: https://bugs.chromium.org/p/chromium/issues/detail?id…