Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

fix for #282 #547

Closed
wants to merge 1 commit into from
Closed

fix for #282 #547

wants to merge 1 commit into from

Conversation

alannesta
Copy link

This issue is caused by the inproperly triggered 'mouseenter' event when scrolling happens.
To fix this issue, we need to capture the event and prevent it from propagating if it is triggered by a scroll (which is handled by the _ensureHighlightVisible function call ).
Due to the fact that mouseenter event is triggered differently than normal dom events that bubbles, see: https://developer.mozilla.org/en-US/docs/Web/Events/mouseenter, changing ng-mouseenter to ng-mouseover would enable as to capture the mouseover event and prevent it from propagating.

@brondavies
Copy link

👍

@dimirc
Copy link
Contributor

dimirc commented Sep 28, 2015

Should be solved with #1211

@dimirc dimirc closed this Sep 28, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants