Live data from Hacker News

Chrome removes Backspace to go back

bugs.chromium.org

141–150 of 594 posts

Re: Chrome removes Backspace to go back

#141
post #94

Anyone want to place bets on how long till Firefox copies them?

When Firefox copies this "feature", at least there'll be an about:config option to disable it.

In Firefox, backspace has defaulted to "scroll up" for years now and yes, browser.backspace_action in about:config controls this.

Re: Chrome removes Backspace to go back

#142
post #61

Earlier quoted context omitted.

Same thing with Firefox. It's really frustrating. The options are incredibly sparse. I feel like there is a complete lack of creativity on the part of browser developers are to features that it'd be nice to have

At least Firefox has about:config, and everything can be changed there.

Chrome has chrome:flags but it's not as useful (mostly about turning ON new experimental features than restoring established behaviour). And with both cases, you can't rely on it being there at the next mi or update..

Re: Chrome removes Backspace to go back

#143
I would very much like them to revert this change. Using backspace to go back has been in my browsing habits since I began using the internet. Atl+left or right is annoying. Either give us a checkbox or revert it. Please. Pretty please.

Re: Chrome removes Backspace to go back

#144

I wanted to use Ctrl+N, Ctrl+O and Ctrl+T shortcuts in my webapp. I reported a bug 3 years ago https://bugs.chromium.org/p/chromium/issues/detail?id=321810 which is not fixed yet, but they have "fixed" Backspace ... that seems crazy to me.

And what's next to override, the power button? I wholly agree with this WONTFIX.

Re: Chrome removes Backspace to go back

#145
post #102

Earlier quoted context omitted.

Ah, yes. On OS X, Ctrl+Q and Ctrl+W (well, their CMD equivalents) are system-wide and it drives me crazy if I hit Ctrl+Q by accident, or that devs prompt to quit because of how easy it is to accidentally press it instead of W. I'm so glad that tabs and state reload in pretty much every app I use these days...

On OS X, go to the Chrome menu, select "Warn Before Quitting". This makes it so you have to hold Cmd-Q to exit. No more accidental closing.

This should really be a global setting in OS X. I find myself accidentally hitting Cmd+Q all the time, not just for the web browser.

Re: Chrome removes Backspace to go back

#146

Earlier quoted context omitted.

Wait someone to implement it then extract source or implement it yourself, but rather than going through the store, add the code you inspected/wrote to the browser by enabling "Developer mode" in the Extensions (chrome://extensions/) then clicking "Load unpacked extension". This would be a very simple piece of code so getting no updates is actually better for security in this case IMHO.

Chrome now disables it unless it's in the app store: https://support.google.com/chrome/answer/2811969?hl=en EDIT: And prompts you to disable it at startup if it's unpacked.

Well, yes, having a popup[1] on startup can be less or more annoying than submitting the thing to the Chrome store yourself depending on how often you restart your browser.

[1]: http://i.imgur.com/qX8bNcl.png

Re: Chrome removes Backspace to go back

#147

Earlier quoted context omitted.

To add to this, I believe in Windows 10 (possibly 8?) you can actually move files to a grandparent folder by dragging it to the associated button in the breadcrumb bar. Going from memory since I couldn't reproduce this behavior in 7. Could also be wrong about 10; someone else should try it and confirm.

I just tested in Windows 10, and you're right, you can drag files to any of the parent directories in the address bar.

Sweet.

Yeah, I remember doing it once and thinking it was extremely helpful at the time, but I only remember doing it once so far.

Re: Chrome removes Backspace to go back

#148
post #25

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…

The backspace thing has gotten attention more than ever on sites like Reddit. I have routinely seen posts complaining about it and the spacebar key doing behaviors that users never ever intended. For example, pressing space and then accidentally scrolling down which wasn't their intention at all, but is the behavior of space.

I think some of those complaints reaching the front page of reddit may have helped spur this into action by the Chrome team.

Re: Chrome removes Backspace to go back

#149
post #58

This feels a bit like how Esc was nerfed over the years in Firefox and others until it essentially did nothing. It used to mean STOP. All sockets were closed, the page stopped loading, and I think way waaay back, even animated gifs stopped cycling and JavaScript timeouts and intervals were cancelled. Single-page webapps were the death of Esc, it was too confusing to users to have a page suddenly hang because they pre…

Is there any replacement for that Esc=STOP functionality? Every now and again I run into a site that will display some content, and then 1-2 seconds later, cover it up with a full-page ad or signup modal or whatever. I wish I could just refresh and hit "Esc" really quick, like the good old days.

At the time that Firefox killed off Esc, I was part of the old school crowd that complained.

After the smoke cleared, I came to the conclusion that Firefox had crossed a threshold and transformed from being a networked document display application to being an operating environment that was a platform for applications. Javascript, the DOM and CSS had advanced to the point where keyboard controls biased towards convenient document browsing no longer made sense.

I'd be all for Firefox removing the Backspace default keybinding even though it would slightly inconvenience me since that's the key I use to go back.

Re: Chrome removes Backspace to go back

#150
post #141
post #94

Earlier quoted context omitted.

When Firefox copies this "feature", at least there'll be an about:config option to disable it.

In Firefox, backspace has defaulted to "scroll up" for years now and yes, browser.backspace_action in about:config controls this.

My Firefox has browser.backspace_action set to the default value (zero), and it goes back to the previous page when I press the backspace key.

It's been less than 36 hours since I lost several hundred words of work because of this, so I'm pretty sure the default behavior is "go back" as of the latest stable version (46.0.1).

Post reply on HN