You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When selecting cells in the table, if a row or column is added or removed nearby, the selection remains tied to the previous data instead of adjusting to reflect the updated table structure.
This leads to an inconsistent user experience, as the selected cells no longer represent the intended data.
Steps to Reproduce 1:
Select a cell from one of the connected or disconnected tables.
Wait for a player to add or remove a row or column near the selected cells.
Observe that the selection remains tied to the previous positions instead of updating to match the new table layout.
Expected Behavior 1:
The selection should dynamically adjust to reflect the updated table structure, ensuring that the intended data remains selected.
Steps to Reproduce 2:
Select the cell from a player connected.
Wait for that player to disconnect.
Observe that the selection remains tied to a new player from this same position.
Expected Behavior 2:
The selection should deselect this position, ensuring that the intended data remains unselected, or select the newly disconnected player at same position.
The text was updated successfully, but these errors were encountered:
Reopening because there's still an issue: when a player is removed from the connected table and added to the disconnected table, the selections in the disconnected table are not updated accordingly.
It’s likely the same issue with the connected table: if a player is added to the top of the table, the selections are shifted inconsistently.
Honnestly this part of the selection code is fucked up, I think I'll completely drop the algorythm implemented in this commit and instead add a memory for selections, when refreshing the gui it will select back if not selected each selections based on the IP address section.
Description:
When selecting cells in the table, if a row or column is added or removed nearby, the selection remains tied to the previous data instead of adjusting to reflect the updated table structure.
This leads to an inconsistent user experience, as the selected cells no longer represent the intended data.
Steps to Reproduce 1:
Expected Behavior 1:
The selection should dynamically adjust to reflect the updated table structure, ensuring that the intended data remains selected.
Steps to Reproduce 2:
Expected Behavior 2:
The selection should deselect this position, ensuring that the intended data remains unselected, or select the newly disconnected player at same position.
The text was updated successfully, but these errors were encountered: