The remove cards button doesnt respond well on phone/tablet #673

Closed
opened 2026-04-30 10:59:04 +00:00 by b24johka · 3 comments
Collaborator
No description provided.
Collaborator

I have two theories, and the latter is currently the one I will focus on next week.

  1. Parent div event handling disrupts the remove event so that a single click may not register, confirmed with a simple console.log.
  2. The useState for "edit mode". When I disabled the "edit-mode", the button functions correctly, removing the view on the first click. There appears to be some sort of re-rendering in different states, so when pressing remove, you may actually be interacting with a previous layout state.
I have two theories, and the latter is currently the one I will focus on next week. 1. Parent div event handling disrupts the remove event so that a single click may not register, confirmed with a simple console.log. 2. The useState for "edit mode". When I disabled the "edit-mode", the button functions correctly, removing the view on the first click. There appears to be some sort of re-rendering in different states, so when pressing remove, you may actually be interacting with a previous layout state.
b24erika added reference 673-fix-respond-remove-phone 2026-05-04 11:27:09 +00:00
Collaborator

Implementation of the fix is done, what have change can be read in the pull-request.

First clip (132856) takes three "clicks" before the view is removed, second (133041) shows that it only takes one.

Implementation of the fix is done, what have change can be read in the [pull-request](https://git.webug.se/Andras/BoundlessFlowCampus2K/pulls/704). First clip (132856) takes three "clicks" before the view is removed, second (133041) shows that it only takes one.
Collaborator

There is a pr for this I can close this issue and it is merged I close this.

There is a pr for this I can close this issue and it is merged I close this.
Sign in to join this conversation.
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K#673
No description provided.