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

fix(select): animation jump in Chrome and blurry text in IE #3328

Merged
merged 1 commit into from
Mar 1, 2017

Commits on Feb 27, 2017

  1. fix(select): animation jump in Chrome and blurry text in IE

    Fixes a bug that caused `md-select` to:
    1. Shift slightly on Chrome when the opening animation is done.
    2. Have blurry text in IE.
    
    The issue seems to be due to the `translate3d` temporarily creating a new stacking context while the panel is animating.
    
    Fixes angular#3327.
    Fixes angular#1953.
    crisbeto committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    25592ea View commit details
    Browse the repository at this point in the history