-
Notifications
You must be signed in to change notification settings - Fork 466
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 functionality for input files not working on Firefox #9808
Comments
I am using Windows 11 and Firefox version 132.0.2. |
You should update the reproduction steps since normal dnd works fine in Firefox, just the strange use-case of dragging from the file selection dialog doesn't work. Might as well be a Firefox issue. |
This is how Firefox and input files work, you can reproduce it with vanilla input: |
Reproduction url
https://stackblitz.com/edit/angular-bonkib?file=src%2Fapp%2Fapp.component.ts
Description
The input-files component does not support drag-and-drop functionality when used on the Firefox browser. While this feature works as expected on other browsers like Chrome, attempting to drag and drop a file on Firefox results in no action.
Steps to reproduce:
Firefox:
Chrome:
Taiga UI version
4.16.0
Browser Used
Firefox
OS Used
Windows
The text was updated successfully, but these errors were encountered: