Tagged card drag bug

A tagged card jumps too far when being dragged - it doesn’t follow the cursor properly.

For example, when I move the mouse by 10 pixels, the card moves about 50 pixels instead.

This bug appeared couple of times, now disappeared
cant repro now

1 Like

when you do let me know what the logs say, I’ve added additional error logging for this

1 Like


bug appeared

still dont understand logic behind it

can repro now.
it happens when this menu is opened once

image

or this one

all cards ( not only with tags ) have this behaviour

Bug appears on iPhone as well

another potential fix shipped, let me know if you see this again

hi. no. bug is still here

nm , was able to repro after opening search …

1 Like

fix releasing now

https://discord.com/channels/857305113936134204/1401992898408616087/1402428961211940966

more debugging notes

Browser → Chrome Version 138.0.7204.184 (Official Build) (64-bit) OS → Windows 11 Keyboard & System Language → ENG US (edited)

  1. The “connection” doesn’t really matters.,
  2. When a “tag” is clicked, the console shows “Maximum call stack size exceeded” error. Following this, any card with the same tag (with or without connection) will have the dragging issue.,
  3. The above seems to happens only when there’s more than 1 card with the same tag,

When a “tag” is clicked, the console shows “Maximum call stack size exceeded” error. Following this, any card with the same tag (with or without connection) will have the dragging issue.

this might be the clue. it resembles a previous bug where opening the search menu caused the same error related to caching. I’ll start by finding the commit where i fixed the search bug and applying it to the tagpicker