[PR #1940] [MERGED] fix(editor): link input appearing behind modals #3804

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

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1940
Author: @kolaente
Created: 12/7/2025
Status: Merged
Merged: 12/7/2025
Merged by: @kolaente

Base: mainHead: fix-link-input-zindex


📝 Commits (1)

  • cd5aa4e fix(editor): link input appearing behind modals (#1929)

📊 Changes

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

View changed files

📝 frontend/src/helpers/inputPrompt.ts (+1 -1)

📄 Description

Summary

  • Fixed link input prompt appearing behind task detail modals in Kanban/Gantt views
  • Changed z-index from 1000 to 4700 to place it above modals (4000-4600) but below notifications (9999)

This is the same fix that was applied to the slash menu in #1752.

Test plan

  • Open a task in Kanban view (modal)
  • Edit the description or a comment
  • Select text and click the link button in the bubble menu
  • Verify the URL input popup appears and is accessible
  • Repeat for Gantt view

Fixes #1929

🤖 Generated with Claude Code


🔄 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/1940 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 12/7/2025 **Status:** ✅ Merged **Merged:** 12/7/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `fix-link-input-zindex` --- ### 📝 Commits (1) - [`cd5aa4e`](https://github.com/go-vikunja/vikunja/commit/cd5aa4ea7f92f7565001631ee0be8ba8e9cc1231) fix(editor): link input appearing behind modals (#1929) ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/helpers/inputPrompt.ts` (+1 -1) </details> ### 📄 Description ## Summary - Fixed link input prompt appearing behind task detail modals in Kanban/Gantt views - Changed z-index from 1000 to 4700 to place it above modals (4000-4600) but below notifications (9999) This is the same fix that was applied to the slash menu in #1752. ## Test plan - [ ] Open a task in Kanban view (modal) - [ ] Edit the description or a comment - [ ] Select text and click the link button in the bubble menu - [ ] Verify the URL input popup appears and is accessible - [ ] Repeat for Gantt view Fixes #1929 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <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:54:43 -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#3804