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

onItemHover / onItemLeave is applied only to rows - not items #205

Open
marklawlor opened this issue Jan 21, 2021 · 0 comments
Open

onItemHover / onItemLeave is applied only to rows - not items #205

marklawlor opened this issue Jan 21, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@marklawlor
Copy link
Contributor

The mouse listeners for onItemHover/onItemLeave are setup on the row and filter based the event target.

This can be unreliable if you have your own custom event listeners and onItemLeave doesn't work at all (it triggers when the mouse leaves the row, not the item)

@lilfolr lilfolr added the bug Something isn't working label Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants