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

[Performance] MouseOver/MouseOut -> MouseEnter/MouseLeave #1190

Merged
merged 2 commits into from
Jul 17, 2015

Commits on Jul 17, 2015

  1. MouseOver/MouseOut -> MouseEnter/MouseLeave

    Improves performances by not handling child events.
    
    This avoid glitches. For example in ListItem with the former code, the event was called each time the mouse was over a child, generating a lot of false positive.
    cgestes committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    f0ae711 View commit details
    Browse the repository at this point in the history
  2. [FontIcon] improve performance when no hoverColor is set

    do not rerender when hoverColor is not set.
    cgestes committed Jul 17, 2015
    Configuration menu
    Copy the full SHA
    9ea6553 View commit details
    Browse the repository at this point in the history