Closed 6112115 closed 6 years ago
See the Flight Manual section on native key bindings: https://flight-manual.atom.io/behind-atom/sections/keymaps-in-depth/#forcing-chromiums-native-keystroke-handling
Because we treat our issues list as the Atom team's backlog, we close issues that are questions since they don't represent a task needing to be completed. For most questions about Atom there are a lot of options, check out:
On Discuss and in the Atom Slack team, there are a bunch of helpful community members that should be willing to point you in the right direction.
This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks!
Prerequisites
Description
Steps to Reproduce
I generated a new package. I then added a text field to the view. Using the focus() function, I am able to get the user focused to the text field. The text field does not allow backspace, arrow keys, or delete. Only characters, and home and end seem to work. Its like the text fields are only half focused.
Here are the text fields in the constructor from the view created by the generator:
Here is the toggle function in the main javascript file in lib changed to be an if statement with the focus function:
Expected behavior: Expecting to be able to use backspace and arrow keys in a text field
Reproduces how often: Every time
Versions
Windows 10. Atom : 1.22.0 Electron: 1.6.15 Chrome : 56.0.2924.87 Node : 7.4.0