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

Question Prompt action does not accept answers longer than the visual textbox. #127

Closed
end2endzone opened this issue Jul 22, 2023 · 3 comments
Labels
bug Something isn't working
Milestone

Comments

@end2endzone
Copy link
Owner

end2endzone commented Jul 22, 2023

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:

  1. Make a prompt
  2. Try to enter value 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.
  3. Look at the actual text in the textbox.
  4. The text is truncated to 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

  • OS: Windows 11

Additional context
N/A

@end2endzone end2endzone added the bug Something isn't working label Jul 22, 2023
@end2endzone end2endzone added this to the 0.9.0 milestone Jul 22, 2023
end2endzone added a commit that referenced this issue Nov 29, 2023
@end2endzone
Copy link
Owner Author

end2endzone commented Nov 29, 2023

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
* feature-issue127:
  Implemented support for CTRL+A in CInputBox answer text box. #127
  Fixed InputBox.cpp TAB traversal and focus. #127
  * Fixed issue #127: Question Prompt action does not accept answers longer than the visual textbox.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant