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 high CPU usage in Safari #2958

Merged
merged 3 commits into from Jan 10, 2018
Merged

Commits on Jan 8, 2018

  1. fix: Avoid high CPU usage in Safari

    A v-navigation-drawer with the app param causes Safari to repeatedly
    invalidate and recalculate the layout, permanently consuming a CPU
    core.
    
    This is a bug in Safari (fixed in current tech preview) which is
    triggered by the combination of using calc in the max-height,
    transition-property including max-height and the element being created
    using document.createElement (as vue does).
    
    fixes vuetifyjs#2773
    ajsutton committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    c9f9b42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    639c65f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3ad0dc View commit details
    Browse the repository at this point in the history