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
fix(cdk/a11y): focusVia not accounting for focused child node
In #20966 some logic was added so that calling `focusVia` on an element that already
has focus would change the origin to the passed-in one. The problem is that the new
logic doesn't account for when a parent element is monitored and `focusVia` is called
on a child.
These changes add some more logic that will look through all the monitored elements
that have `checkChildren: true` and will switch the origin accordingly.
Fixes#21500.
0 commit comments