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
This has been fixed by #2677 which should land in the next release. You can give it a try by running npm install https://github.com/angular/material2-builds.git.
Bug, feature request, or proposal:
Bug in MdMenu
What is the expected behavior?
Menu panel should respect position-x and position-y attributes. It should also be consistent, not change behavior based on window.scrollY or scrollX.
What is the current behavior?
Menu panel x-position shifts to the left when window.scrollY >= a certain threshold.
What are the steps to reproduce?
position: fixed;
left: 0;
top: 0;
z-index: 10;
Providing a Plunker (or similar) is the best way to get the team to see your issue.
Plunker template: https://plnkr.co/edit/kCCCXUWd1FT5FtZwK8sP?p=preview
What is the use-case or motivation for changing an existing behavior?
To fix it!
Which versions of Angular, Material, OS, browsers are affected?
"@angular/material": "^2.0.0-beta.1",
"@angular/core": "^2.4.7",
Chrome Version 55.0.2883.95 (64-bit)
And Android Nexus 5X User Agent
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: