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.
I just found a bad bug. If you search for something in auto complete and leave the drop down open then switch windows, then come back to your browser the scroll is locked and the drop down hidden.
I think it's because mdUtils.enableScrolling() isn't called everywhere ctrl.hidden = true is set.
@robertmesserle I have fixed @epelc's issue. @barryvdh's issue is caused by the hidden watcher calling $mdUtils.disableScrollAround more times than it is calling $mdUtill.enableScrolling() - will chat with you tomorrow on ideas on how we could fix.
Also seeing the issue reported by @barryvdh when using md-chips + md-autocomplete with md-min-length="0".
After filling in the first chip, the autocomplete won't open unless you type a character, which seems like a bug in itself. However, the mask will be applied over the entire page, resulting in the same issue described here when you click away.
I just found a bad bug. If you search for something in auto complete and leave the drop down open then switch windows, then come back to your browser the scroll is locked and the drop down hidden.
I think it's because
mdUtils.enableScrolling()
isn't called everywherectrl.hidden = true
is set.Try it on the demo here
https://material.angularjs.org/latest/#/demo/material.components.autocomplete
The text was updated successfully, but these errors were encountered: