-
Notifications
You must be signed in to change notification settings - Fork 325
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
It is really annoying that I can drag cards only in specific areas. I don't see the point of being able to select the card title text in the overview.
Describe the solution you'd like
I want to be able to drag a card independent from where I click on the card (except for buttons, of course). I know there is the closed bug #5378 of a user complaining that he cannot select the title text of a card and it get's dragged instead. But why don't open the card for selecting the title text? Moreover closing the mentioned bug (option to edit title without opening the card was removed) caused another problem described in #7265.
Describe alternatives you've considered
Preferrred alternative:
- Set css
user-select: nonefor the card title text - Make the card draggable in the whole purple marked area
Not preferred but "i-can-live-with"-alternative:
- set css
cursor: pointerfor the purple marked area in the image except the title text - set css
cursor: textfor the title text
Additional context
none