Frontend: Button "Upload from Computer" not clickable in chat with vision enabled (Firefox 119.0.1) #701

Closed
opened 2026-02-21 17:28:04 -05:00 by yindo · 2 comments
Owner

Originally created by @perzeuss on GitHub (Nov 15, 2023).

Originally assigned to: @crazywoola on GitHub.

Dify version

0.3.30

Cloud or Self Hosted

Cloud, Self Hosted

Steps to reproduce

  • Use Firefox in version 119.0.1 (I was not able to reproduce it in chrome) and visit dify
  • Create a GPT (Chat Mode)
  • Configure GPT-4-Vision-Preview and Publish
  • Start a Chat
  • Click the Image-Icon to upload an image
  • Click on "Upload from Computer"

✔️ Expected Behavior

  • When I click in the middle of the button "Upload from Computer" it should open the open file dialog

Actual Behavior

  • When I click in the middle of the button "Upload from Computer" it does not open the open file dialog
  • It opens the open file dialog, when I click in the bottom left corner

grafik

Originally created by @perzeuss on GitHub (Nov 15, 2023). Originally assigned to: @crazywoola on GitHub. ### Dify version 0.3.30 ### Cloud or Self Hosted Cloud, Self Hosted ### Steps to reproduce - Use Firefox in version 119.0.1 (I was not able to reproduce it in chrome) and visit [dify](https://cloud.dify.ai/) - Create a GPT (Chat Mode) - Configure GPT-4-Vision-Preview and Publish - Start a Chat - Click the Image-Icon to upload an image - Click on "Upload from Computer" ### ✔️ Expected Behavior - When I click in the middle of the button "Upload from Computer" it should open the open file dialog ### ❌ Actual Behavior - When I click in the middle of the button "Upload from Computer" it does not open the open file dialog - It opens the open file dialog, when I click in the bottom left corner ![grafik](https://github.com/langgenius/dify/assets/11357019/00fd1f50-2b8b-4de1-8d06-8a30c77b99d0)
yindo added the 🐞 bug label 2026-02-21 17:28:04 -05:00
yindo closed this issue 2026-02-21 17:28:05 -05:00
Author
Owner

@perzeuss commented on GitHub (Nov 15, 2023):

It looks like the input styling is not explicitly set. Adding the w-full class resolves the issue.

@perzeuss commented on GitHub (Nov 15, 2023): It looks like the input styling is not explicitly set. Adding the `w-full` class resolves the issue.
Author
Owner

@crazywoola commented on GitHub (Nov 15, 2023):

Thanks, I will fix this bug later.

@crazywoola commented on GitHub (Nov 15, 2023): Thanks, I will fix this bug later.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#701