ragnarlotus / vue-flux

Image slider which comes with 20 cool transitions
https://ragnarlotus.github.io/vue-flux-docs/demos/demos
MIT License
542 stars 49 forks source link

Slider blocks actions on the whole page when in hover mode #79

Closed calpayne closed 4 years ago

calpayne commented 4 years ago

When you hover over a slider, if you move your cursor off to the left or right, the hover mode disables. But if you move your cursor off to the top, the hover mode stays active and blocks any actions anywhere else on the page.

I figured maybe my setup was causing it but this bug is also on the demo, https://gyazo.com/82403bac35566dd70db6830b9526ce25

calpayne commented 4 years ago

Putting the slider into the FluxWrapper has fixed this issue

ragnarlotus commented 4 years ago

Thanks a lot for reporting, It shouldn't happen.

I will check it and let you know :)

ragnarlotus commented 4 years ago

Fixed