We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Pressing Enter in a control (such as TextField) in a HTML5 frame / dialog sends the focus to the Chat Window.
To Reproduce Steps to reproduce the behavior:
[frame5("test"):{ <textarea id="story" name="story" rows="5" cols="33"> It was a dark and stormy night... </textarea> }]
Expected behavior Focus stays on the frame.
MapTool Info
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Fix pressing Enter losing focus in HTML5 frame and dialog
ec26e76
- Fix pressing the Enter key leading to focus going to the chat box. - Close RPTools#1456
PR #1457 fixes this.
Sorry, something went wrong.
Tested against supplied test case. Focus stays with Frame after hitting enter.
Merudo
No branches or pull requests
Describe the bug
Pressing Enter in a control (such as TextField) in a HTML5 frame / dialog sends the focus to the Chat Window.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Focus stays on the frame.
MapTool Info
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: