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
bug
material sub-menus get stuck in a 95px width state when you collapse the width of the browser and then expand the size of the browser
What is the expected behavior?
material sub-menu items should return to their full size when the screen is wide enough
What is the current behavior?
sub-menu items remain at 95px after the browser width is reduced such that the sub-menus stack even after the screen width is increased such that they should be free to expand to be larger.
Simply open the nested menus -> collapse your browser width until the nested menus stack -> expand the browser width to the original size ( see gif above ).
What is the use-case or motivation for changing an existing behavior?
Text gets cut off unnecessarily making for a worse user experience
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Bug, feature request, or proposal:
bug
material sub-menus get stuck in a 95px width state when you collapse the width of the browser and then expand the size of the browser
What is the expected behavior?
material sub-menu items should return to their full size when the screen is wide enough
What is the current behavior?
sub-menu items remain at 95px after the browser width is reduced such that the sub-menus stack even after the screen width is increased such that they should be free to expand to be larger.
What are the steps to reproduce?
You can reproduce the error on the menu/examples page: https://material.angular.io/components/menu/examples
Simply open the nested menus -> collapse your browser width until the nested menus stack -> expand the browser width to the original size ( see gif above ).
What is the use-case or motivation for changing an existing behavior?
Text gets cut off unnecessarily making for a worse user experience
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
@angular: 6.1.4
@angular/material: 6.4.6
OS: Windows 10
Chrome: 69.0.3497.81
Typescript: 2.7.2
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: