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
Sub-menu options (inside a table row) are not displayed on some scenarios.
For more specific details, please check the referred StackBlitz below: if the <br> are commented, the sub-menu options of any random row are displayed as intended, but when the <br> are uncommented, only the last row of the table displays them. For any other row, they are not displayed (as a matter of fact, I don't think they are even generated on the cdk-overlay-container element).
What is the expected behavior?
Menu sub-options should be displayed in any scenario.
What is the current behavior?
On some scenarios, the mat-menu submenu would not trigger, as intended.
What is the use-case or motivation for changing an existing behavior?
--
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
6.1.0 (both Angular and Angular-Material)
Is there anything else we should know?
I made this StackBlitz in order to figure out why my mat-menu options (when used on table rows) would grow out of the browsers window height (for some reasone, it's still happening to me on version 6.1.0 of Angular Material), and ended up finding this other scenario.
The text was updated successfully, but these errors were encountered:
Just gave it a quick try. It looks like #11628 will go a ways towards fixing it, but it won't sort it out completely. Once it gets in, the menu position will work correctly, but some of the bottom menu items won't be visible.
Bug, feature request, or proposal:
Sub-menu options (inside a table row) are not displayed on some scenarios.
For more specific details, please check the referred StackBlitz below: if the
<br>
are commented, the sub-menu options of any random row are displayed as intended, but when the<br>
are uncommented, only the last row of the table displays them. For any other row, they are not displayed (as a matter of fact, I don't think they are even generated on thecdk-overlay-container
element).What is the expected behavior?
Menu sub-options should be displayed in any scenario.
What is the current behavior?
On some scenarios, the mat-menu submenu would not trigger, as intended.
What are the steps to reproduce?
https://stackblitz.com/edit/angular-vqiopr-u9zdyk
(Comment and uncomment the
<br>
at the beginning oftable-basic-template.html
to test both scenarios)What is the use-case or motivation for changing an existing behavior?
--
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
6.1.0 (both Angular and Angular-Material)
Is there anything else we should know?
I made this StackBlitz in order to figure out why my mat-menu options (when used on table rows) would grow out of the browsers window height (for some reasone, it's still happening to me on version 6.1.0 of Angular Material), and ended up finding this other scenario.
The text was updated successfully, but these errors were encountered: