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: avoid layout jumping on elements with ripples in RTL #10026

Merged
merged 1 commit into from
Feb 26, 2018

Commits on Feb 19, 2018

  1. fix: avoid layout jumping on elements with ripples in RTL

    A while ago we added a `backface-visibility` to some components that have scrollable content in order to avoid repaints while scrolling (see angular#7889, angular#7721, angular#7719, angular#6890, angular#2156) which worked at the time, however in the more recent versions of Chrome it causes the content in RTL mode to shift whenever a child has a transform that is being animated (in our case it's usually ripples). These changes revert the `backface-visibility` in order to avoid the jumping, until we can find a better solution.
    
    Relates to angular#10023.
    crisbeto committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    27c29a2 View commit details
    Browse the repository at this point in the history