Skip to content

[v5] Uploading a file by dragging it over the textarea field doesn't work #7249

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

Open
afbora opened this issue May 28, 2025 · 6 comments
Open
Milestone

Comments

@afbora
Copy link
Member

afbora commented May 28, 2025

To reproduce

  1. Go to panel
  2. Edit any page that have textarea field
  3. Drag and drop a file into textarea field from your device to upload
  4. See that file drag text will be disappear

Related issue:

Fabian's markdown editor has this issue:
fabianmichael/kirby-markdown-field#196

Your setup

Kirby Version
5.0.0-rc.2

@afbora
Copy link
Member Author

afbora commented May 28, 2025

I think this issue is related with request ordering. So guessing input emitting run before file upload done.

@bastianallgeier
Copy link
Member

@afbora oh, good point! It's probably the same as the one that we had in the files field.

@afbora
Copy link
Member Author

afbora commented May 28, 2025

@bastianallgeier Yes, exactly. I think so too.

@afbora
Copy link
Member Author

afbora commented May 28, 2025

I've tried a solution that we've used in files field. but no luck: #7033

@bastianallgeier
Copy link
Member

@afbora I will have a look at it.

@bastianallgeier
Copy link
Member

@afbora could you give #7252 a try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants