-
Notifications
You must be signed in to change notification settings - Fork 29
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
Question Prompt action does not accept answers longer than the visual textbox. #127
Comments
There is a bug with the Question Prompt action window. When the window is first displayed, the focus is set to the answer textbox. However, if we ALT-TAB to another window and ALT-TAB/mouse click to get the action window in focus, the focus is not restored to the textbox answer. |
end2endzone
added a commit
that referenced
this issue
Nov 29, 2023
end2endzone
added a commit
that referenced
this issue
Nov 29, 2023
end2endzone
added a commit
that referenced
this issue
Nov 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using the
<prompt>
action, you can not enter a answer that is longer than the visual textbox.To Reproduce
Steps to reproduce the behavior:
https://i0.wp.com/randomnerdtutorials.com/wp-content/uploads/2019/05/ESP8266-NodeMCU-kit-12-E-pinout-gpio-pin.png?quality=100&strip=all&ssl=1
.https://i0.wp.com/randomnerdtutorials.com/wp-content/uploads/2019/05/
.Expected behavior
The text in the textbox should scroll to the left allowing to enter a longer value.
Screenshots
N/A
Environment
Additional context
N/A
The text was updated successfully, but these errors were encountered: