We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 on Chrome
md-list-avatar should be correctly displayed.
md-list-avatar
md-list-avatar aren't correctly displayed on the initial render.
<md-toolbar> <button md-icon-button (click)="sidenav.opened = !sidenav.opened"> <md-icon alt="menu">menu</md-icon> </button> Shop </md-toolbar> <md-sidenav-layout> <md-sidenav #sidenav mode="over" > <md-tab-group> <md-tab> <template md-tab-label> Menu </template> <template md-tab-content> </template> </md-tab> <md-tab> <template md-tab-label> Contact </template> <template md-tab-content> <md-list> <md-list-item *ngFor="let x of [1,2,3,4,5,6,7,8]"> <img md-list-avatar src="/assets/images/{{x}}.jpg" alt=""> <h3 md-line> John Doe </h3> </md-list-item> </md-list> </template> </md-tab> </md-tab-group> </md-sidenav> <div [style.width]="'75vw'" [style.margin]="'auto'"> <router-outlet></router-outlet> </div> </md-sidenav-layout>
angular-cli beta.16 angular material alpha.9-3 Chrome is affected, Firefox and Edge aren't.
The text was updated successfully, but these errors were encountered:
bug: md-list-avatar aren't rendered correctly on Chrome angular#1403
01de027
fix(list): set flex-shrink for avatar
0ceacb9
md-list-avatar aren't correctly displayed on the initial render set flex-shrink to fix this behavior Closes angular#1403
fix(list): set flex-shrink for avatar (#1464)
5a528aa
md-list-avatar aren't correctly displayed on the initial render set flex-shrink to fix this behavior Closes #1403
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Sorry, something went wrong.
kara
Successfully merging a pull request may close this issue.
Bug, feature request, or proposal:
Bug on Chrome
What is the expected behavior?
md-list-avatar
should be correctly displayed.What is the current behavior?
md-list-avatar
aren't correctly displayed on the initial render.What are the steps to reproduce?
Which versions of Angular, Material, OS, browsers are affected?
angular-cli beta.16
angular material alpha.9-3
Chrome is affected, Firefox and Edge aren't.
The text was updated successfully, but these errors were encountered: