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
Need to support onFocus and onBlur events in Snackbar.js file to prevent hiding snackbar when we have focus on it.
Expected Behavior
When we focus on snackbar / close icon / action buttons - don't hide snackbar. When we blur from snackbar - resume timer. When we have focus and did onMouseLeave event - don't hide snackbar, beacuse we still focused on it.
Current Behavior
When we focus on Snackbar - timer didn't stoped.
Steps to Reproduce
use 'Tab' key or screen reader to focus on snackbar (close icon, actions buttons, whole snackbar);
see that snackbar hides after autoHideDuration time passes.
In the link use "default" snackbar where we have action buttons.
Link:
Need to support onFocus and onBlur events in Snackbar.js file to prevent hiding snackbar when we have focus on it.
Expected Behavior
When we focus on snackbar / close icon / action buttons - don't hide snackbar. When we blur from snackbar - resume timer. When we have focus and did onMouseLeave event - don't hide snackbar, beacuse we still focused on it.
Current Behavior
When we focus on Snackbar - timer didn't stoped.
Steps to Reproduce
In the link use "default" snackbar where we have action buttons.
Link:
Context
Your Environment
The text was updated successfully, but these errors were encountered: