GNOME Bugzilla – Bug 698561
Backspace still works as "Back"
Last modified: 2014-12-11 10:37:30 UTC
epiphany-3.8.1-1.fc19.x86_64 webkitgtk3-2.0.1-1.fc19.x86_64 On a web page with a disable text entry (text is selectable, but not editable), I mistakenly pressed backspace, as ephy loaded the previous page.
Yes - this just bit me too. I think it's surprising that Backspace navigates back a page - I agree with Bastien that this should not happen.
This is handled internally by WebKit. The WebProcess has an internal setting deciding whether backspace should be used to go backwards or even forwards (with Shift). I am not sure whether we should export the setting and flip it in Ephy or flip it internally. I will investigate.
Claudio, any news on the investigation?
Oh gosh, this is frustrating when it causes you to lose text. Let's fix it. Claudio, Carlos, do you have a preference as to whether this setting should be exposed in the API or not? I think it probably does not matter much either way... but I doubt many browsers want this behavior.
I guess we can just disable it in WebKit.
This problem has been fixed for the upcoming WebKitGTK+ 2.8 release.