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
Describe the inaccessible feature
for example the warning for an incorrect username and password combination, can be dismissed by the user, but does auto-clear after a short delay. There is no warning that it is about to disappear.
The shortness of time before it disappeared made it impossible to inspect the element involved.
But the message also causes the screen to scroll so that it is visible (as it appears at the top of the page). This is problematic in itself - the message is not near the input that triggers it, and the screen moves unexpectedly.
Attempt to log in with an incorrect username:password
See error
This is more obvious at higher magnifications where the top of the page is not visible on entering the password, as the warning message appears at the top, and therefore the page will suddenly scroll up to it. At lower magnifications with the top of the page onscreen throughout, this is less obvious.
Screenshots
If applicable, add screenshots to help explain your problem.
Preferred Solution
warning message should persist until dismissed by user
warning message should appear at top of screen, not at top of page - i.e. not cause the page to scroll
These are also causing a change in context, as per 3.2 Predictable. See (see #341) for discussion, and the review should also consider whether they can be programmatically determined as per 4.1 Compatible (see #331).
The text was updated successfully, but these errors were encountered:
Report Issue
Describe the inaccessible feature
for example the warning for an incorrect username and password combination, can be dismissed by the user, but does auto-clear after a short delay. There is no warning that it is about to disappear.
The shortness of time before it disappeared made it impossible to inspect the element involved.
But the message also causes the screen to scroll so that it is visible (as it appears at the top of the page). This is problematic in itself - the message is not near the input that triggers it, and the screen moves unexpectedly.
see #333
Which users are impacted?
To Reproduce
Steps to reproduce:
Screenshots
If applicable, add screenshots to help explain your problem.
Preferred Solution
Additional context
These are also causing a change in context, as per 3.2 Predictable. See (see #341) for discussion, and the review should also consider whether they can be programmatically determined as per 4.1 Compatible (see #331).
The text was updated successfully, but these errors were encountered: