liri-project / liri-browser

📕 Archive - Development has moved to https://github.com/lirios/browser.
GNU General Public License v3.0
301 stars 42 forks source link

Backspace #183

Open nickgermaine opened 8 years ago

nickgermaine commented 8 years ago

Backspace key doesn't work in master at the moment. When I'm in a text field, hitting backspace doesn't delete last character, it goes back a page.

timsueberkrueb commented 8 years ago

Hmm, this seems harder to fix than I thought. Looks like there's no simple way to get whether there's activeFocus on WebEngineView.

ghost commented 8 years ago

I have a problem where backspace does not go back a page.

ViktorNova commented 8 years ago

This behavior seems new, I haven't experienced this until today.. sadly it makes Liri unusable. An option do disable the backspace=back bahavior would be a great workaround for now!

pierremtb commented 8 years ago

@ViktorNova I have just removed it. We will integrate it later.

IdrissDimson commented 8 years ago

yeah 0.5 issue

timsueberkrueb commented 8 years ago

Yeah, I'm sorry for this, this was my fault. See #171. This should be fixed in v0.4 (if possible) though. Will look into it. If it turns out this is an actual blocker we'll change the assignment to v0.5.

pierremtb commented 8 years ago

Maybe we could fix it for v0.4 using another shortcut, sth like CTRL+B(ack), if we can't find a quick way to solve it.