Skip to content

CardPool desync: Disappearing cards #623

@Senryoku

Description

@Senryoku

Following #606

I have identified at least one other scenario:

  • Without letting go, drag & drop a card (1) to an other column and back to its original place. I don't think we are handling any events at this point, this is all sortablejs-vue3.
  • Remove the card above it (2), either by drag & drop or by click.
  • The DOM element of the card (1) is deleted. The card object is still present in the associated column (see card count on top of the column)

GIF 29-11-2023 01-21-44

I don't understand why this happens.
The issue is detectable though. As a first workaround I'll force a re-render of the component when a desync. is detected.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfrontend

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions