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
I recently redid the alerting for the files app in #3769, but one thing I missed was when you are scrolled down below this alert and it fires - you actually have no idea that it's on the page until you scroll up. This behavior is likely true for screen readers as well.
So, whenever an alert is fired - it should have the page focus on that element so folks know it's there.
The text was updated successfully, but these errors were encountered:
I recently redid the alerting for the files app in #3769, but one thing I missed was when you are scrolled down below this alert and it fires - you actually have no idea that it's on the page until you scroll up. This behavior is likely true for screen readers as well.
So, whenever an alert is fired - it should have the page focus on that element so folks know it's there.
The text was updated successfully, but these errors were encountered: