-
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
Mat-Select with long options text blinks in IE #11642
Comments
this somehow seems to be related to #11609 |
This issue would be partly fixed with #11801, however there still is a small jump due to an issue with animating see #11801 (comment) for a detailed analysis of the problem |
@crisbeto please let me know whether you would accept a fix that removes the animation from |
browser Edge 17.17134.0 on platform Windows 10 is also affected |
This is still an issue with shorter options as well. I saw that this issue was closed and fixes were merged, but I don't think it's fixed. If you go to the mat-select examples in IE and look at the basic select example, the options are not long and the width of the panel still flickers when opening. Should I submit a new issue for this or will this be solved with this current issue? |
Closing this issue because Angular is dropping support for IE11 in the upcoming version 13. We don't plan to fix any further IE11 bugs going forward. |
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. |
Bug, feature request, or proposal:
When there are options with long text in the options list in
mat-select
, the options are not shown whole when the list is open - which is, of course, correct. However, in Internet Explorer, the options somehow blinks to their full length and back to the truncated version when one opens or closes the list or when one selects an option.What is the expected behavior?
The options list should not blink anyhow in Internet Explorer.
What is the current behavior?
When there is long text in select's options list, the list blinks when it is opened, closed, or when an option is selected.
What are the steps to reproduce?
https://stackblitz.com/edit/angular-qdcxkp?file=app/select-overview-example.ts
Open in Internet Explorer and:
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Win7, IE.
The text was updated successfully, but these errors were encountered: