Skip to content
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

mdInput underline animation looks wrong in edge browser #6351

Closed
wuchtig opened this issue Aug 8, 2017 · 3 comments · Fixed by #12648
Closed

mdInput underline animation looks wrong in edge browser #6351

wuchtig opened this issue Aug 8, 2017 · 3 comments · Fixed by #12648
Assignees
Labels
P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Comments

@wuchtig
Copy link

wuchtig commented Aug 8, 2017

Bug, feature request, or proposal:

mdInput underline animation looks wrong in edge browser

What are the steps to reproduce?

Providing a Plunker (or similar) is the best way to get the team to see your issue.

http://plnkr.co/edit/ViorG3CEaBWikCVI4bqJ?p=preview

What is the use-case or motivation for changing an existing behavior?

Animation should work as in Chrome

@mmalerba
Copy link
Contributor

@devversion is this related to the transform:perspective(1px) thing?

@mmalerba mmalerba added the P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent label Nov 21, 2017
@wuchtig
Copy link
Author

wuchtig commented Nov 28, 2017

#8480 was a big step forward and the jumping is vanish. In Edge-Browser the underline is still blurry at animation start.

If you could add translateZ(0) to the .mat-form-field-underline it would be perfect.

.mat-form-field-underline .mat-form-field-ripple { 
  transform: translateZ(0) scaleX(0.5);
}

@devversion devversion self-assigned this Aug 13, 2018
devversion added a commit to devversion/material2 that referenced this issue Aug 13, 2018
* The ripple underline jumps in Microsoft Edge inside legacy form-fields.

Fixes angular#6351
devversion added a commit to devversion/material2 that referenced this issue Aug 13, 2018
* The ripple underline jumps in Microsoft Edge inside legacy form-fields.

Fixes angular#6351
devversion added a commit to devversion/material2 that referenced this issue Aug 13, 2018
* The ripple underline jumps in Microsoft Edge inside legacy form-fields.

Fixes angular#6351
jelbourn pushed a commit that referenced this issue Aug 21, 2018
The ripple underline jumps in Microsoft Edge inside legacy form-fields.

Fixes #6351
jelbourn pushed a commit that referenced this issue Aug 29, 2018
The ripple underline jumps in Microsoft Edge inside legacy form-fields.

Fixes #6351
@angular-automatic-lock-bot
Copy link

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.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants