Skip to content

Remove dragDisabled class to prevent accidential text selection when dragging a card#7765

Open
theoholl wants to merge 1 commit intomainfrom
7279-drag-cards-by-dragging-them-over-the-title-text-instead-of-selecting-it
Open

Remove dragDisabled class to prevent accidential text selection when dragging a card#7765
theoholl wants to merge 1 commit intomainfrom
7279-drag-cards-by-dragging-them-over-the-title-text-instead-of-selecting-it

Conversation

@theoholl
Copy link
Contributor

@theoholl theoholl commented Mar 19, 2026

Summary

The card title could be selected with the cursor, which often caused accidental text selection when trying to drag a card. This PR removes the dragDisabled class from the card title so that card is dragged instead of text selected.

Especially small cards with only title text and little 'draggable padding' suffered from the text selection issue (see screencast below).

Before:

Screencast.Bug.mp4

After:

Screencast.Fixed.mp4

…n dragging a card

Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Drag cards by dragging them over the title text instead of selecting it.

1 participant