Actions
Bug #22787
closedIncorrect selection when closing details panel
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
- Load workbench with at least one resource in the data-table
- click the checkbox of any table row
- click the 'View details' button in the toolbar
- click the 'X' in the top right of the details panel to close it
The resource that was previously selected is still highlighted, and its checkbox is checked, but the toolbar is in the details card, pointing to the parent item. The expected behavior is that either the table row should be deselected or the toolbar should be in the data-table, pointing to the selected item. There should never be a situation where an item is selected in the data-table and the toolbar is pointing to something else.
Updated by Lisa Knox 11 months ago
- Related to Bug #22564: More testing for multiselect added
Updated by Brett Smith 8 months ago
- Target version set to Development 2025-08-06
- Assigned To set to Stephen Smith
Updated by Brett Smith 8 months ago
- Target version changed from Development 2025-08-06 to Development 2025-08-21
Updated by Brett Smith 7 months ago
- Target version changed from Development 2025-08-21 to Development 2025-09-03
Updated by Stephen Smith 7 months ago
Changes at arvados|7e659db5d688d400a65e62b2f9619a7645d3c5f7 branch 22787-preserve-selection-details-panel-close
Tests developer-run-tests-services-workbench2: #1589
- All agreed upon points are implemented / addressed.
- This turned out to be pretty simple, there's a check that resets the selected UUID to the current route uuid when the details panel closes. Removing that allows a sub-resource to remain selected after the details panel closes
- I also added a test for this behavior.
- Anything not implemented (discovered or discussed during work) has a follow-up story.
- none
- Code is tested and passing, both automated and manual, what manual testing was done is described
- Passes all existing tests, added test for preserving selection on details panel close
- Documentation has been updated.
- n/a
- Behaves appropriately at the intended scale (describe intended scale).
- no change
- Considered backwards and forwards compatibility issues between client and server.
- none
- Follows our coding standards and GUI style guidelines.
- yes
Updated by Stephen Smith 7 months ago
- Status changed from In Progress to Resolved
Actions