You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be a bit specific, however you can run into this issue quite easily when, say, displaying a list of choices to the user, asking them which one they choose, hiding it, and then promptly asking for something else. (That's how I ran into it.) It is also just kind of annoying.
System Details
This appears to occur on most platforms. I've currently tested the online editor in Chrome as well as the Scratch offline editor for Mac.
Screenshots
As you can see, the ask box is technically focused (expected), but you can't type without clicking into it (unexpected):
I initially reported this to TurboWarp, and it was a quick fix. Perhaps the solution over there could be of use.
The text was updated successfully, but these errors were encountered:
Expected Behavior
Hiding a data monitor and then asking for input directly after shouldn't be the subject of an issue.
Actual Behavior
Hiding a monitor and then asking for input directly after (no frames in between) causes the ask box to not automatically focus.
Steps to Reproduce
Minimum reproducible example (change the file extension back to .sb3; GitHub doesn’t support it)
This may be a bit specific, however you can run into this issue quite easily when, say, displaying a list of choices to the user, asking them which one they choose, hiding it, and then promptly asking for something else. (That's how I ran into it.) It is also just kind of annoying.
System Details
This appears to occur on most platforms. I've currently tested the online editor in Chrome as well as the Scratch offline editor for Mac.
Screenshots
As you can see, the ask box is technically focused (expected), but you can't type without clicking into it (unexpected):
I initially reported this to TurboWarp, and it was a quick fix. Perhaps the solution over there could be of use.
The text was updated successfully, but these errors were encountered: