Bug: Dragging a card with a link opens the link on mouseup

If you drag a card that as a link in it, with the mouse over the link, it’ll open the link when you stop dragging. I think a better behaviour would be to only open the link if it’s a true click, and not after a drag.

2 Likes

+1, this still occurs if your mouse is on the link button

image

1 Like

fix released

2 Likes

I’m still seeing this original bug. I drag a card with a markdown link, and when I let go, it navigates to the link.

1 Like

For what it’s worth it’s been fixed for me!

1 Like

oic ya i focused on fixing the problem when dragging the -> arrow button. What you’ve reported is a separate but related issue when dragging markdown link text. I’ll look into it

1 Like

fixed dragging card by it’s markdown link doesn’t open the link anymore.

Also card links will open in a new tab and the user pref for this will be removed (because if you scroll, click a url, and then click browser ‘back’ the scroll pos isn’t maintained bc of how spaces load - so navigation is a semi-destructive action)

3 Likes