-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(autocomplete): reposition panel on scroll #3745
Conversation
Probably not, but I think I have an idea on how to fix it. I'll take a better look tomorrow. |
d07f9c2
to
3fd470e
Compare
3fd470e
to
9091959
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one nit. Apply merge label when rebased and ready.
@@ -72,6 +73,10 @@ export class MdAutocompleteTrigger implements ControlValueAccessor, OnDestroy { | |||
/** The subscription to positioning changes in the autocomplete panel. */ | |||
private _panelPositionSubscription: Subscription; | |||
|
|||
/** Subscription to global scroll events. */ | |||
private _scrolledSubscription: Subscription; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: _scrollSubscription
Repositions the autocomplete panel if the users scrolls while it is open.
9091959
to
67104a7
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Repositions the autocomplete panel if the users scrolls while it is open.