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/388 hover on another element after dragstart #402

Conversation

mfeherpataky
Copy link
Contributor

Solves #388, to the extent that options.hoverClass will not be added to any new item for as long as dragging takes place.

Chrome still maintains pseudo-class :hover at the original location of the item that is being drag.
Recent Firefox and Safari, however, do not maintain CSS :hover pseudo-class at the original item location.
The README.md warning not to use CSS :hover selectors for styling still holds true.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 78.458% when pulling add62d0 on mfeherpataky:fix/388-Hover_on_another_element_after_dragstart into 46bbb9d on lukasoppermann:master.

@lukasoppermann
Copy link
Owner

Geniously simple fix, thanks a lot. 👍

@lukasoppermann lukasoppermann merged commit 50bb2a7 into lukasoppermann:master Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants