Spec icon indicating copy to clipboard operation
Spec copied to clipboard

SpRequestDialog cannot be confirmed with enter

Open sdasda7777 opened this issue 2 years ago • 0 comments

Hey, I just tested it on the latest version using the command you provide in readme.

When running this snippet, after entering something and pressing enter, caret does return to the start of the input, hinting that something should happen, but it does not actually confirm the prompt. I believe this used to be the behaviour at some point.

| dialog result window |
	dialog := SpRequestDialog new.
	dialog label: 'Enter name'.
	window := dialog openBlockedDialog.
	result := dialog text.

sdasda7777 avatar Jan 21 '23 15:01 sdasda7777