Actions
Bug #23154
closed"Deselect all" checkbox doesn't always uncheck when it should
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
Steps to reproduce:
- Go to any Data Table with at least one item
- Select an item either by clicking the checkbox in that row or clicking the row itself. The 'Deselect all' checkbox will be checked at this point
- Deselect the selected item by clicking on the row itself. The 'Deselect all' checkbox will remain checked, when it should be unchecked as no items in the table are selected.
If you do the first two steps but deselect the item using the checkbox in that row in the third step, the 'Deselect all' but will uncheck normally, as it should.
Updated by Brett Smith 6 months ago
- Target version set to Development 2025-10-01
Updated by Lisa Knox 6 months ago
23154-deselect-all @ 3136463be3512ed0b35163e4540732674df7b4f7
developer-run-tests-services-workbench2: #1615
- ✅ All agreed upon points are implemented / addressed.
- ✅ Anything not implemented (discovered or discussed during work) has a follow-up story.
- ✅ Code is tested and passing, both automated and manual, what manual testing was done is described
- ✅ The tested code incorporates recent main branch changes.
- n/a New or changed UX/UX and has gotten feedback from stakeholders.
- n/a Documentation has been updated.
- ✅ Behaves appropriately at the intended scale (describe intended scale).
- ✅ Considered backwards and forwards compatibility issues between client and server.
- no changes
- ✅ Follows our coding standards and GUI style guidelines.
Updated by Stephen Smith 6 months ago
Just 1 suggestion, it would be good to add a component test to check the select all behavior
Updated by Lisa Knox 6 months ago
23154-deselect-all @ 5c6f850078ef15660021a8d83a29a114c4cfcdc5
developer-run-tests-services-workbench2: #1619
Added test for checkbox selector behavior.
Updated by Lisa Knox 6 months ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|c7fcd5a30a18e6ec0c5a466e0726985dcfe3bc1e.
Actions