angular / material

Material design for AngularJS
https://material.angularjs.org/
MIT License
16.55k stars 3.39k forks source link

tabs: Unable to see md-tab-item label fully in IE 11 #11212

Closed SanjanKalsi closed 6 years ago

SanjanKalsi commented 6 years ago

In IE 11 to md-tab-item labels are wrapped which becomes evident when the tabs exceed their container.

Instead of overflowing horizontally inside the wrapper, their width is becoming fixed and uniform for all items at the same time.

This issue is present in the latest angularmaterial version as of now.

The issue can replicated by opening the link in IE 11: demo under the dynamic tabs example where 21 tabs are present.

Splaktar commented 6 years ago

Thank you for taking the time to submit this issue. However it does not follow our required issue template. This gives the team the information needed to investigate the bug or prioritize the feature.

Splaktar commented 6 years ago

This appears to be a duplicate of https://github.com/angular/material/issues/10406. Can you please confirm? A screenshot would be useful in issues like this as well.

SanjanKalsi commented 6 years ago

Yes you are right, this is a duplicate of #10406. md-tab-issue-github

Splaktar commented 6 years ago

OK, thank you for confirming that!