-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Dropzone dnd is buggy #4934
Comments
Please provide a reproduction (video) or sandbox with steps to reproduce. It is not clear what the issue is based on the issue description. |
Tested only on latest versions of Chrome btw |
Yo, seems like dropzone now is completly broken |
Yeah, same here. |
Hey! I'm getting this error when following the docs, and only on dropping/choosing a file:
Reverting to 7.1.0 fixes the issue. |
Both issues are resolved in 7.1.2 |
Thanks a lot! |
Thank you! |
Looks like this is still an issue in 7.1.5. When a file is dragged above inner element (e.g.Text), dropzone looks like in Idle state. It is only visual bug, the dropzone still accepts the file. @D3kion image shows it perfectly: |
What package has an issue
@mantine/dropzone
Describe the bug
When dragging file onto dropzone it works correct only on outter paddings
What version of @mantine/* packages do you have in package.json? (Note that all @mantine/* packages must have the same version in order to work correctly)
7.0 but tested in 7.1 too
If possible, please include a link to a codesandbox with the reproduced problem
No response
Do you know how to fix the issue
Yes
Are you willing to participate in fixing this issue and create a pull request with the fix
No
Possible fix
Locally fixed version from Mantine-ui with
.mantine-Dropzone-inner { pointer-events: none }
, but i think that's not specific to component from Mantine-uiThe text was updated successfully, but these errors were encountered: