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
The issue with the dismissible drawer seems to be that the "endtransition" event fires early, perhaps related to some transition we do in the list? The evt.target.className is "mdc-list-item mdc-list-item--activated mdc-ripple-upgraded mdc-ripple-upgraded--background-focused", so that's quite wrong.
So the animation is ended prematurely, and the aside doesn't slide in properly.
A cheap way to fix this is to set Lists.nonInteractive when the drawer is not yet fully open. However, that requires work from the user, this is something we need to handle transparently. Not sure how the MDC does this yet, they would have the same problem.
The text was updated successfully, but these errors were encountered: