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

Prevent escape keypress from emptying the editor #19

Open
wants to merge 361 commits into
base: development
Choose a base branch
from

Conversation

jaygooby
Copy link

Whilst writing applications or assessment feedback, if you press the escape key, the text editor is cleared and there's no way to retrieve the text that you've just written.

This is incredibly frustrating, especially as an assessor where your feedback is lost with no way to retrieve it, and you have to redo that section's assessment again.

This patch prevents the escape key from clearing the editor's content, as discussed in this issue #17

The problem is a known issue with hallo.js and has also been reported upstream.

devops-bitbucket added 30 commits December 13, 2019 12:00
devops-bitbucket and others added 29 commits July 21, 2020 07:00
Pressing the escape key whilst editing clears the text area. This prevents that from happening.
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

Successfully merging this pull request may close these issues.

1 participant