devuxd / ProgrammingStrategies

A repository of strategies for programming
http://programmingstrategies.org
1 stars 0 forks source link

Next button should be enabled after text is entered for variable #32

Closed tlatoza closed 6 years ago

tlatoza commented 6 years ago

After the user is prompted to set the value of a variable and types a value into the text box, the user moves the cursor to click the next button. However, the next button is not yet enabled:

image

In this case, the user is unsure what they need to do to make progress: they've followed the directions, and still cannot click next.

Clicking elsewhere (so that the textbox loses focus) will solve the issue, but this is not discoverable. The next button should be enabled as soon as the user enters text in the textbox.

MaryamArab commented 6 years ago

Fixed