pqina / vue-filepond

🔌 A handy FilePond adapter component for Vue
https://pqina.nl/filepond
MIT License
1.91k stars 128 forks source link

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

Open zainabraja19 opened 8 months ago

zainabraja19 commented 8 months ago

Is there an existing issue for this?

Have you updated Vue FilePond, FilePond, and all 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