end2endzone / ShellAnything

ShellAnything is a C++ open-source software which allow one to easily customize and add new options to *Windows Explorer* context menu. Define specific actions when a user right-click on a file or a directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

end2endzone opened this issue · comments

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

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.