-
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
bug(menu): menu doesn't work in full screen mode #1628
Comments
Also the same problems appears with dialog, tooltip - all overlay-based components. It looks like overlay service should be tweaked to support full-screen mode (i.e. temporarily use another ElementRef to inject overlays) since everything outside full-screen div is hidden |
Should be closed via #1949, right? |
Yep |
Can this be re-opened? I am still able to reproduce this issue: https://codepen.io/anon/pen/zRXqwm |
@nancy-ly,This is a library for Angular 2 and later, not for Angular 1.x |
@jelbourn this should be reopened fullscreen only works in StackBlitz full window view: StackBlitz Editor: https://stackblitz.com/edit/angular-material2-issue-siqbmy |
you should provide full screen overlay:
|
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. |
If I put md-toolbar with md-menu on a div element and go into full screen mode using
then md-menu doesn't show at all
plunker: http://plnkr.co/edit/NCYYbZklZIdYra0xYsfF?p=preview
PS: you should launch it in separate window in order to process fullscreen requests
Environment: Angular 2.0.1 with Material alpha-9-3 using ng-cli
Browsers: latest Chrome & Firefox
The text was updated successfully, but these errors were encountered: