(Windows) Extension blocks file picker from opening if clipboard contains a file
ahajishafieha opened this issue · 1 comments
ahajishafieha commented
OS: Windows 10
Browser: Edge 114.0.1823.43 & Chrome 114.0.5735.110
When the clipboard contains a file, the extension blocks the file picker dialog from opening when you click "browse" on a file input button.
To reproduce:
- Install the extension and companion software
- Go to file explorer and choose any file (exe, pdf, zip, jpg, png, etc.), right click on it and press copy.
- Open testcase
- Click the Choose File button.
- Nothing happens.
Expected Results:
- If the clipboard contains a non-image file (exe, pdf, zip, etc.): Open the file picker dialog box directly
- If the clipboard contains an image file (jpg, png, webp, etc.): Show the extension's image upload dialog
Workaround:
Empty or change the clipboard contents to contain plain text or an image data
daijro commented
Fixed in the latest release 👍