Skip to content

[Bug]: drag and drop/move file not work #60142

Description

@zulf10

⚠️ This issue respects the following points: ⚠️

Bug description

Move file or folder not work on web interface with drag and drop doesn't work

Vivaldi Browser (7.9.3970.60 / 146.0.7680.218) console show warning :
[WARN] @nextcloud/files: Accessing "Node.attributes.displayname" is deprecated, access it directly on the Node instance.
And
TypeError: Cannot read properties of undefined (reading 'id') at o.onDrop (FileEntryMixin.ts:441:83)

On Firefox (150) console :
TypeError: can't access property "id", this.activeView is undefined onDrop FileEntryMixin.ts:441

Steps to reproduce

  1. Create test folder and/or test file
  2. Pick file and drop to folder
  3. Animation show folder open
  4. nothing append

Expected behavior

Drag and drop work

Nextcloud Server version

32

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.4

Web server

Nginx

Database engine version

PostgreSQL

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

None

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?

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

Configuration report

{                                                                                                                                                                                                15:04:12 [10/1363]
    "system": {                         
        "trusted_domains": [            
            "nuage.paquerette.eu"      
        ],                              
        "overwritehost": "nuage.paquerette.eu",
        "overwriteprotocol": "https",
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "pgsql",                                                                               
        "overwrite.cli.url": "https:\/\/nuage.paquerette.eu",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",                                                                                                                                                                 
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "logfile": "\/var\/log\/nextcloud\/nc_nuage_paquerette.log",
        "log_type": "file",
        "htaccess.RewriteBase": "\/",
        "skeletondirectory": "",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.locking": "\\OC\\Memcache\\Redis", 
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***", 
            "password": "***REMOVED SENSITIVE VALUE***",
            "port": 6379
        },
        "default_phone_region": "FR",
        "defaultapp": "files",
        "encryption.legacy_format_support": false,
        "simpleSignUpLink.shown": false,
        "updater.release.channel": "stable",
        "upgrade.disable-web": true,
        "loglevel": 2,
        "integrity.check.disabled": false,
        "ldapUserCleanupInterval": "10",
        "default_language": "fr",
        "maintenance": false,
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "theme": "",
        "data-fingerprint": "3cbf0ccb482448aa5635ece6440a0f67",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_smtpauthtype": "PLAIN",
        "mail_smtpauth": 1,
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "587",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpsecure": "tls",
        "maintenance_window_start": 2,
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "version": "32.0.9.2",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "enabledPreviewProviders": [
            "OC\\Preview\\PNG",
            "OC\\Preview\\JPEG",
            "OC\\Preview\\GIF",
            "OC\\Preview\\HEIC",
            "OC\\Preview\\BMP",
            "OC\\Preview\\XBitmap",
            "OC\\Preview\\MP3",
            "OC\\Preview\\TXT",
            "OC\\Preview\\MarkDown",
            "OC\\Preview\\MSOffice2003",
            "OC\\Preview\\MSOffice2007",
            "OC\\Preview\\MSOfficeDoc",
            "OC\\Preview\\OpenDocument",
            "OC\\Preview\\PDF",
            "OC\\Preview\\StarOffice"
        ],
        "preview_imaginary_url": "***REMOVED SENSITIVE VALUE***"
    }
}

List of activated Apps

Nextcloud Signing status

Enabled:                                                                                                                                                                                          15:09:20 [8/1441]
  - activity: 5.0.0       
  - admin_audit: 1.22.0
  - announcementcenter: 7.3.0
  - app_api: 32.0.0       
  - appointments: 2.7.2     
  - bruteforcesettings: 5.0.0              
  - calendar: 6.2.3       
  - calendar_resource_management: 0.11.0
  - circles: 32.0.0                                                                                      
  - cloud_federation_api: 1.16.0
  - comments: 1.22.0
  - contacts: 8.3.9
  - contactsinteraction: 1.13.1
  - cospend: 3.2.0
  - dashboard: 7.12.0
  - dav: 1.34.2
  - deck: 1.16.4
  - external: 7.0.1
  - federatedfilesharing: 1.22.0
  - federation: 1.22.0
  - files: 2.4.0
  - files_accesscontrol: 3.0.2
  - files_downloadlimit: 5.0.0
  - files_pdfviewer: 5.0.0
  - files_reminders: 1.5.0
  - files_sharing: 1.24.1
  - files_trashbin: 1.22.0
  - files_versions: 1.25.0
  - firstrunwizard: 5.0.0
  - forms: 5.2.7
  - groupfolders: 20.1.13
  - impersonate: 3.0.1
  - intros: 1.2.1
  - libresign: 12.4.4
  - logreader: 5.0.0
  - lookup_server_connector: 1.20.0
  - mail: 5.7.14
  - nextcloud_announcements: 4.0.0
  - notes: 5.0.0
  - notifications: 5.0.0
  - notify_push: 1.3.1
  - oauth2: 1.20.0
  - ownershiptransfer: 1.4.0
  - password_policy: 4.0.0
  - photos: 5.0.0
  - previewgenerator: 5.13.0
  - privacy: 4.0.0
  - profile: 1.1.0
  - provisioning_api: 1.22.0
  - recommendations: 5.0.0
  - related_resources: 3.0.0
  - richdocuments: 9.0.6
  - serverinfo: 4.0.0
  - settings: 1.15.1
  - sharebymail: 1.22.0
  - support: 4.0.0
  - survey_client: 4.0.0
  - systemtags: 1.22.0
  - tasks: 0.17.1
  - text: 6.0.2
  - theming: 2.7.0
  - twofactor_backupcodes: 1.21.0
  - updatenotification: 1.22.0
  - user_migration: 10.2.0
  - user_status: 1.12.0
  - viewer: 5.0.0
  - weather_status: 1.12.0
  - webhook_listeners: 1.3.0
  - workflowengine: 2.14.0

Nextcloud Logs

no log for this action

Additional info

No response

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    0. Needs triagePending check for reproducibility or if it fits our roadmap32-feedbackbug

    Type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions