-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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]: NC28.0.2rc4 drag-and-drop still broken on Safari #43135
Comments
Please provide more data than "it does not work" |
I pinpointed the same related issues for Chrome: #42409 and #42366 Screencast for Safari: https://cloud.vip-sourcing.ch/s/dscrz8psi8J2wMR @skjnldsv |
I can confirm. I doesn’t work. I tried Safari and Chrome. |
Thank you both for the help :) |
Fix in #43330 |
Bug description
NC28 breaks drag-and-drop at least on Chrome and Safari.
In NC28.0.2rc4, drag-and-drop is fixed on Chrome but not on Safari.
Related issues for Chrome: #42409
#42366
We need a fix for Safari as well.
Steps to reproduce
Expected behavior
Uploading files or folders with drag-and-drop on Safari should work.
Installation method
Community Manual installation with Archive
Nextcloud Server version
28
Operating system
Arch Linux for server, MacOS Sonoma for client.
PHP engine version
PHP 8.3
Web server
Nginx
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"cloud.vip-sourcing.ch"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "28.0.2.3",
"overwrite.cli.url": "https://cloud.vip-sourcing.ch",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpsecure": "ssl",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpauth": 1,
"mail_smtpport": "465",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"maintenance": false,
"loglevel": 0,
"default_phone_region": "CH",
"filelocking.enabled": "true",
"memcache.local": "\OC\Memcache\Redis",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 0,
"dbindex": 0,
"password": "REMOVED SENSITIVE VALUE",
"timeout": 1.5
},
"app_install_overwrite": [
"mail_roundcube"
],
"theme": "",
"updater.release.channel": "beta"
}
}
List of activated Apps
Enabled:
Disabled:
Nextcloud Signing status
No errors have been found.
Nextcloud Logs
None with LogLevel 1 set.
Additional info
Safari console log:
The text was updated successfully, but these errors were encountered: