jeffsieu / pe

0 stars 0 forks source link

Entering mismatching passwords does not re-focus on the first field after clearing the inputs #9

Open jeffsieu opened 2 years ago

jeffsieu commented 2 years ago

Issue

Entering an erroneous pair of passwords causes both fields to be cleared, but the focus to remain on the second field

Steps to reproduce

  1. Launch the application
  2. Type the password password, then in the second field passworf.
  3. Press enter.
  4. The program correctly detects a mismatch in the two fields, and clears both fields
  5. The focus remains on the first field, causing the user to have to manually re-focus on the first field to correct his inputs.

Expected behaviour

Since both fields are cleared, for the focus to re-focus on the first field.

Actual behaviour

The focus remains on the second field.

Screenshots

image.png

Bug severity justification

This is a rather annoying bug, as entering wrong passwords are common. However, this only happens during the set-up phase and is a one-time event, hence the severity is VeryLow.

nus-pe-bot commented 2 years ago

Team's Response

Thank you for your suggestion. We will take that into consideration 😊.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: This is a part of the application that every user has to go through, so it's a non-trivial bug. And it is unexpected behaviour (as a user myself, I expected the focus to be on the previous field). Hence it matches the specifications of a FunctionalityBug. I do not see why this should be out of the scope when it is a bug in the essential part of the application.