Cannot reorder accounts in Tauri Edition

Delta Chat version

Tauri version on Windows 10 x64

Expected behavior
Accounts Can be ordered by dragging and dropping

Actual behavior

A “denied” symbol appears when trying to drag an account:

Steps to reproduce the problem

  1. Just try to drag an account avatar in the left sidebar, down or up.

Screen snapshots

tauri

Debug logs

Logs
Open the _Settings_ menu -> _About_ -> _version number|Info_.

Not sure this is what you mean with debug logs..:

{
    "arch": "64",
    "authserv_id_candidates": "chatmail.example.com",
    "bcc_self": "1",
    "blobdir": "C:\\Users\\user\\AppData\\Roaming\\chat.delta.desktop.tauri\\accounts\\e3a33401-f6d7-46eb-a5d1-35daa3e38967\\dc.db-blobs",
    "bot": "0",
    "configured_inbox_folder": "INBOX",
    "configured_mvbox_folder": "<unset>",
    "configured_trash_folder": "<unset>",
    "database_dir": "C:\\Users\\user\\AppData\\Roaming\\chat.delta.desktop.tauri\\accounts\\e3a33401-f6d7-46eb-a5d1-35daa3e38967\\dc.db",
    "database_encrypted": "false",
    "database_version": "138",
    "debug_assertions": "Off",
    "debug_logging": "0",
    "delete_device_after": "0",
    "delete_server_after": "0",
    "delete_to_trash": "<unset>",
    "deltachat_core_version": "v2.25.0",
    "disable_idle": "false",
    "donation_request_next_check": "1767385686",
    "download_limit": "0",
    "entered_account_settings": "user@chatmail.example.com imap:unset:***:unset:0:Automatic:AUTH_NORMAL smtp:unset:0:unset:0:Automatic:AUTH_NORMAL cert_automatic",
    "fail_on_receiving_full_msg": "",
    "fetched_existing_msgs": "true",
    "fingerprint": "51818B24D579D290A2C891A686A2AD9D1EC46012",
    "first_key_contacts_msg_id": "",
    "fix_is_chatmail": "false",
    "folders_configured": "5",
    "gossip_period": "172800",
    "imap_server_admin": "\"mailto:root@chatmail.example.com\"",
    "imap_server_comment": "\"Chatmail server\"",
    "imap_server_id": "{\"name\": \"Dovecot\"}",
    "is_chatmail": "true",
    "is_muted": "false",
    "journal_mode": "wal",
    "last_cant_decrypt_outgoing_msgs": "0",
    "last_housekeeping": "1764797264",
    "last_msg_id": "797",
    "level": "awesome",
    "mdns_enabled": "1",
    "media_quality": "0",
    "messages_in_contact_requests": "0",
    "mvbox_move": "0",
    "num_cpus": "12",
    "number_of_chat_messages": "351",
    "number_of_chats": "9",
    "number_of_contacts": "108",
    "only_fetch_mvbox": "0",
    "private_key_count": "1",
    "private_tag": "<unset>",
    "proxy_enabled": "0",
    "public_key_count": "88",
    "quota_exceeding": "0",
    "scan_all_folders_debounce_secs": "60",
    "secondary_addrs": "",
    "selfavatar": "C:\\Users\\user\\AppData\\Roaming\\chat.delta.desktop.tauri\\accounts\\e3a33401-f6d7-46eb-a5d1-35daa3e38967\\dc.db-blobs\\15ee81b04cd439b2c773da1f32b601a.png",
    "show_emails": "2",
    "sign_unencrypted": "0",
    "sqlite_version": "3.46.1",
    "stats_id": "<unset>",
    "stats_last_sent": "0",
    "stats_sending": "false",
    "sync_msgs": "1",
    "uptime": "3h 54m 33s",
    "used_account_settings": "user@chatmail.example.com imap:[chatmail.example.com:993:tls:user@chatmail.example.com, chatmail.example.com:143:starttls:user@chatmail.example.com, chatmail.example.com:443:tls:user@chatmail.example.com] smtp:[chatmail.example.com:465:tls:user@chatmail.example.com, chatmail.example.com:587:starttls:user@chatmail.example.com, chatmail.example.com:443:tls:user@chatmail.example.com] provider:none cert_automatic",
    "webxdc_realtime_enabled": "true"
}

1 Like

Maybe this has to do with the custom drag and drop event handlers in Tauri? For handling dropping files.

New release. same bug.

if it would have kept it simple and just have a “move up” menu option like on android and iOS, it would work via right-click then, I also have accidentally dragged accounts while just wanting to select them (using touchpad) btw

I created Cannot reorder accounts with Tauri Windows version of Delta Chat desktop 2.25.3 · Issue #5861 · deltachat/deltachat-desktop · GitHub so this is not lost.

2 Likes