[BUG] Kanban Textfield clicking not working #1987

Closed
opened 2022-10-01 10:08:51 +00:00 by xeruf · 2 comments

Version information:

Try

Steps to reproduce:

  1. Select Kanban View
  2. Select "Add another task"
  3. Type some text
  4. Try to select some of the typed text

image

Expected behavior:

I can interact with the textfield, selecting text and changing the cursor position

Actual behavior:

It tries to move the column, closing the textfield upon drop.

Furthermore, the input field even vanishes when the browser window loses focus!

Checklist:

  • I have provided all required information
  • I am using the latest release or the latest unstable build
  • I was able to reproduce the bug on try
<!-- Please fill out this issue template to report a bug. If you want to propose a new feature, please open a discussion thread in the forum: https://community.vikunja.io --> **Version information:** Try **Steps to reproduce:** <!-- Add clear steps to reproduce the bug. Provide screenshots where applicable. --> 1. Select Kanban View 2. Select "Add another task" 3. Type some text 4. Try to select some of the typed text ![image](/attachments/c256061e-06ea-46d1-bece-ea6aca75cd0f) **Expected behavior:** <!-- Describe what happened. --> I can interact with the textfield, selecting text and changing the cursor position **Actual behavior:** <!-- Describe what happened instead. --> It tries to move the column, closing the textfield upon drop. Furthermore, the input field even vanishes when the browser window loses focus! **Checklist:** * [x] I have provided all required information * [x] I am using the latest release or the latest unstable build * [x] I was able to reproduce the bug on [try](https://try.vikunja.io)
dpschen added the
kind/bug
label 2022-10-01 10:31:21 +00:00
Member

First thought:
Should be solvable with a preventDefault on the inputs click event.

First thought: Should be solvable with a preventDefault on the inputs click event.
Author

Verified in try :)

Verified in try :)
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1987
No description provided.