[PR #1890] [MERGED] fix(editor): prevent upload overlay from intercepting text drag operations #3762

Closed
opened 2026-03-22 14:53:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1890
Author: @kolaente
Created: 11/27/2025
Status: Merged
Merged: 11/27/2025
Merged by: @kolaente

Base: mainHead: fix-drag-text-in-task


📝 Commits (2)

📊 Changes

2 files changed (+81 additions, -171 deletions)

View changed files

📝 frontend/src/components/tasks/partials/Attachments.vue (+81 -14)
frontend/src/composables/useDropzone.ts (+0 -157)

📄 Description

Resolves https://github.com/go-vikunja/vikunja/issues/1663

Summary by CodeRabbit

  • Improvements
    • Enhanced drag-and-drop experience for file attachments with improved visual feedback when dragging files
    • Smarter dropzone visibility that prevents conflicts with text editor operations
    • Better handling of drag state for a cleaner user experience

✏️ Tip: You can customize this high-level summary in your review settings.


🔄 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/1890 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 11/27/2025 **Status:** ✅ Merged **Merged:** 11/27/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix-drag-text-in-task` --- ### 📝 Commits (2) - [`61eb0f0`](https://github.com/go-vikunja/vikunja/commit/61eb0f07b4c95befb889bdb11848474b8c409ec4) wip - [`88aacdd`](https://github.com/go-vikunja/vikunja/commit/88aacdd9992a2af27038e967fbfb09338ded9db8) cleanup ### 📊 Changes **2 files changed** (+81 additions, -171 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/tasks/partials/Attachments.vue` (+81 -14) ➖ `frontend/src/composables/useDropzone.ts` (+0 -157) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/1663 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Improvements** * Enhanced drag-and-drop experience for file attachments with improved visual feedback when dragging files * Smarter dropzone visibility that prevents conflicts with text editor operations * Better handling of drag state for a cleaner user experience <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <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-03-22 14:53:27 -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#3762