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 would expect no elements to be selected when the dialog opens
What is the current behavior?
On components that contain links and text (no input controls), the first link is selected until the user clicks somewhere else on the component. This looks strange to users as their eye is drawn to the selected item and they don't know why it looks different.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
This is working as intended. Upon opening a dialog, the first tabbable element will receive focus. You can control how this works, but it's currently undocumented (see #8082)
What is the expected behavior?
I would expect no elements to be selected when the dialog opens
What is the current behavior?
On components that contain links and text (no input controls), the first link is selected until the user clicks somewhere else on the component. This looks strange to users as their eye is drawn to the selected item and they don't know why it looks different.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
@angular/[email protected]
@angular/[email protected]
[email protected]
Windows 10, Chrome (possibly others)
The text was updated successfully, but these errors were encountered: