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

[BUGFIX beta] support mouseEnter/Leave events w/o jQuery #16603

Merged
merged 1 commit into from Aug 10, 2018

Commits on Jun 7, 2018

  1. [BUGFIX beta] support mouseEnter/Leave events w/o jQuery

    As these events don't bubble, the `EventDispatcher`'s event delegation approach does not work here, when not using jQuery. jQuery has special handling of these events, by listening to `mouseover`/`mouseout` instead and dispatching fake `mouseenter`/`mouseleave` events. This adds similar handling to `EventDispatcher`'s native mode for these events.
    
    Fixes emberjs#16591
    simonihmig committed Jun 7, 2018
    Copy the full SHA
    7aa1ae7 View commit details
    Browse the repository at this point in the history