-
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(overlay): flexible overlay with push not handling scroll offset and position locking (6.4.X) #13261
Conversation
…ng to be merge into 6.4.X. * Fixes the position of flexible overlays with pushing enabled being thrown off once the user starts scrolling. * Fixes flexible overlays with pushing not handling locked positioning. With these changes locked overlays will only be pushed when they're opened, whereas non-locked overlays will stay in the viewport, even when the user scrolls down. * Fixes a potential issue due to a couple of variables being initialized together where one is set to zero and the other one is undefined. Fixes angular#11365.
for some reason the CI is running against the lint rules from master. |
@crisbeto @jelbourn @andrewseguin guys, sorry, me again. Could you take a look to this when you have time, pls? |
@crisbeto could you review this one? |
Yeah, I just wanted to make sure it was a clean cherrypick |
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
Looks good @jelbourn. |
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. |
This is a defect that was already fixed in #12624. But in my project we need this defect fixed in 6.4.X. I changed exactly the same files. The PR is exactly the same but targeting to 6.4.X.
Fixes #11365.