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

Drag and drop not working for Chrome Browser (Version 117.0.5938.92 (Official Build) (64-bit)) #286

Open
2 tasks done
zainabraja19 opened this issue Nov 6, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@zainabraja19
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Have you updated Vue FilePond, FilePond, and all plugins?

  • I have updated FilePond and its plugins

Describe the bug

I am using Vue Filepond in Vue3.

Drag and drop feature is not working properly for Chrome Browser. But it works fine on Firefox.

Reproduction

<file-pond name="test" ref="pond" label-idle="Browse or drop files here..." :allow-multiple="false"
            :allowDrop="true" :checkValidity="true" :server="server" class-name="my-pond" :instant-upload="false"
            :itemInsertInterval="itemInsertInterval" accepted-file-types="image/jpeg, image/jpg,image/png" maxFileSize="2MB"
            :labelFileProcessingError="uploadError" @init="handleFilePondInit" @addfilestart="handleWarning" />``

Environment

- Device:
- OS:Ubuntu 22.04.3 LTS
- Broser: Chrome (Version 117.0.5938.92 (Official Build) (64-bit)
- Vue version: 3.3.4
@zainabraja19 zainabraja19 added the bug Something isn't working label Nov 6, 2023
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

No branches or pull requests

1 participant