-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Dragging not working well in Firefox for desktop #424
Comments
Hi @scheinercc, Thanks for reporting this 👍🏻. I suspect that this is related to the new passive event implementation: Have you tried other browsers? Do you run into the same problem there? Maybe I need to prevent the I’ll let you know when I’ve investigated possible solutions. Meanwhile, If you find anything that could be useful, please share. Cheers, |
@scheinercc seems like Firefox is the only browser triggering the |
Dragging not working well in Firefox for desktop
A bug fix has been released with v7.0.9. Thanks for creating this issue 👍🏻. |
Bug is related to
Embla Carousel version
Describe the bug
Tested with Firefox 108/109, macOS 12, M1
Trying to drag the image in the static default example to the left in order to move the carousel, results in a "drag&drop" of the whole image* rather than a drag of the carousel
*(smaller half-transparent version of the image follows the cursor)
I created a ticket in bugzilla, but opened this here as well, as this is working in other, similar components/examples like
Hence I am not sure if it is the browser or the component - or a combination.
CodeSandbox
https://codesandbox.io/s/work1o
Steps to reproduce
Expected behavior
Smooth dragging of the carousel
Additional context
See bugzilla ticket for screencast: https://bugzilla.mozilla.org/show_bug.cgi?id=1811771
The text was updated successfully, but these errors were encountered: