packager icon indicating copy to clipboard operation
packager copied to clipboard

Bug report: "Ask (x) and wait" text box not selectable after confirm function in javascript was called

Open anamoyee opened this issue 3 years ago • 0 comments

I was experimenting with javascript in scratch (eval) and this bug will probably not be fixed since it's eval stuff but i decided to report this anyway to let you know.

How to reproduce: Use turbowarp desktop v1.5.0 Make a new project and add the following code:

When flag clicked:
   Ask (anything) and wait
   set eval variable to confirm("any text");
   Ask (anything) and wait

The second and any later "ask and wait" text box is not selectable and you can't input anything, enter doesn't work for submitting either but clicking with the mouse pointer on the submit button works but it only submits empty value since you can't type in anything

Video: https://user-images.githubusercontent.com/106310501/187184586-e6175e03-109e-4cfb-8f75-3a0028a0a5a8.mp4

anamoyee avatar Aug 29 '22 10:08 anamoyee