Skip to content
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

[Bug]: File drop zone does not disappear when not dropping anything #47268

Closed
4 of 8 tasks
marcelklehr opened this issue Aug 16, 2024 · 6 comments
Closed
4 of 8 tasks
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 30-feedback bug feature: files needs info

Comments

@marcelklehr
Copy link
Member

⚠️ This issue respects the following points: ⚠️

Bug description

The File drop zone in the files app does not disappear when not dropping anything

Steps to reproduce

  1. Drag a file over the files app in the browser
  2. Upload zone appears
  3. Drag it somewhere else without dropping it on the files upload zone
  4. The upload zone will not disappear

Expected behavior

The upload zone disappears

Installation method

None

Nextcloud Server version

master

Operating system

None

PHP engine version

None

Web server

None

Database engine version

None

Is this bug present after an update or on a fresh install?

None

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

No response

List of activated Apps

No response

Nextcloud Signing status

No response

Nextcloud Logs

No response

Additional info

No response

@marcelklehr marcelklehr added bug 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels Aug 16, 2024
@marcelklehr
Copy link
Member Author

This is even an issue as far back as nc 28

@edward-ly
Copy link
Contributor

edward-ly commented Aug 27, 2024

I found that the issue might be caused by apps/files/src/components/BreadCrumbs.vue not having listeners attached for the dragleave and dragend events.

Could someone in @nextcloud/files work on this and give an ETA on a fix?

@susnux
Copy link
Contributor

susnux commented Aug 27, 2024

@marcelklehr do you use Firefox? Because if using Firefox then this is a Browser bug and we implemented a work-around right now:
#47465

Can you check this fixes the problem for you?

@edward-ly
Copy link
Contributor

edward-ly commented Aug 27, 2024

@marcelklehr do you use Firefox? Because if using Firefox then this is a Browser bug and we implemented a work-around right now: #47465

Can you check this fixes the problem for you?

@susnux I tried both Firefox and Chromium and the same bug still persists.

@marcelklehr
Copy link
Member Author

I'm no longer able to reproduce this on daily. Can we make sure to backport this to stable28?

@skjnldsv
Copy link
Member

Done in #47639

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 30-feedback bug feature: files needs info
Projects
None yet
Development

No branches or pull requests

6 participants