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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
The new focus styles in #2273 and #1594 require JS to set focus only on true keyboard interactions (hacking around the browser default of persisting focus on click). This behavior is not implemented on md-icon, but on md-button. To minimize duplication of code, mdList's secondary md-icon directives with ng-click on them should really be md-button.
To fix this, we can either transform md-icon into md-button behind the scenes or change the HTML API to use <md-button ng-click""><md-icon /></md-button>.
The text was updated successfully, but these errors were encountered:
The new focus styles in #2273 and #1594 require JS to set focus only on true keyboard interactions (hacking around the browser default of persisting focus on click). This behavior is not implemented on
md-icon
, but onmd-button
. To minimize duplication of code, mdList's secondarymd-icon
directives withng-click
on them should really bemd-button
.To fix this, we can either transform
md-icon
intomd-button
behind the scenes or change the HTML API to use<md-button ng-click""><md-icon /></md-button>
.The text was updated successfully, but these errors were encountered: