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.
MIT License
180 stars 27 forks source link

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

Closed end2endzone closed 9 months ago

end2endzone commented 1 year ago

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

Additional context N/A

end2endzone commented 9 months ago

https://stackoverflow.com/questions/35669716/remove-the-limit-on-the-number-of-characters-that-can-be-entered-into-a-win32-ed

end2endzone commented 9 months ago

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 commented 9 months ago

References: