Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Cannot use 'delete key' on keyboard when editing text. #2841

Closed
BerkeAras opened this issue Jun 19, 2020 · 3 comments
Closed

[Bug]: Cannot use 'delete key' on keyboard when editing text. #2841

BerkeAras opened this issue Jun 19, 2020 · 3 comments

Comments

@BerkeAras
Copy link
Contributor

Hello. I have a problem, that I can edit text, but I cant use the delete key on keyboard.

Here is my code:
https://pastebin.berkearas.de/?e1c4c8db9a70894f#DCUHVHZzyhFTnAk2RoJ9faQxQPvAqWMoiBqXHMEzRH5G

@aakos
Copy link

aakos commented Jun 19, 2020

I have the same problem.
Version: 0.15.8
Tested: Chrome 83

Tracked it down to keymaster blocking. Running this would let edited text backspace delete:
editor.Keymaps.keymaster.unbind('backspace'));

Could be this #2758

@BerkeAras
Copy link
Contributor Author

@aakos Thank you. editor.Keymaps.keymaster.unbind('backspace');editor.Keymaps.keymaster.unbind('delete'); works.
But there should be a fix for that problem.

@artf
Copy link
Member

artf commented Jun 19, 2020

Thanks for the report, I'll push a new release with the fix

@artf artf closed this as completed in 3f4b506 Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants