-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
By "dynamism", I mean trying to keep the username and password fields always at the center of the available screen space. This distracts the user when he fills in the fields.
From #1106,
The login page (username and password input fields) seems to shifting itself to remain in the center with respect to the available screen height. This movement doesn't seem to be a big deal if it only happens when the users keyboard pops in and pops out. In some cases the user's keyboard might suggest things as he types. These suggestions pop in and pop out above the keyboard itself as and when required. This results in the login page moving when the user types his username. This seems to be disturbing to the user as he notices something moving on his screen which generally doesn't happen in case of login screens.
...

