[PR #2198] [MERGED] fix(list): add touch CSS properties to list view for mobile drag-and-drop #8110

Closed
opened 2026-04-20 18:02:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/2198
Author: @kolaente
Created: 2/5/2026
Status: Merged
Merged: 2/5/2026
Merged by: @kolaente

Base: mainHead: fix-mobile-list-drag


📝 Commits (1)

  • 139a1dc fix: add touch CSS properties to list view for mobile drag-and-drop

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 frontend/src/components/project/views/ProjectList.vue (+3 -0)

📄 Description

Adds user-select, touch-action, and webkit-touch-callout CSS to the list view's draggable task items, matching what KanbanCard.vue already has.

Without these properties, the browser's native long-press text selection fires before SortableJS's 1-second touch delay expires, preventing drag from ever starting on mobile devices.

Ref: https://community.vikunja.io/t/missing-positioning-option-in-list-view/4278


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/2198 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix-mobile-list-drag` --- ### 📝 Commits (1) - [`139a1dc`](https://github.com/go-vikunja/vikunja/commit/139a1dcd228a6d8eca021227bc126dc6792dff1a) fix: add touch CSS properties to list view for mobile drag-and-drop ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/project/views/ProjectList.vue` (+3 -0) </details> ### 📄 Description Adds user-select, touch-action, and webkit-touch-callout CSS to the list view's draggable task items, matching what KanbanCard.vue already has. Without these properties, the browser's native long-press text selection fires before SortableJS's 1-second touch delay expires, preventing drag from ever starting on mobile devices. Ref: https://community.vikunja.io/t/missing-positioning-option-in-list-view/4278 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 18:02:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#8110