Actions
Bug #22359
closedOpening right side panel doesn't always show main panel toolbar overflow
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
-
Description
It's reported that opening the right side panel sometimes causes the main info panel toolbar to collapse, but the overflow button is missing.
Lisa says it might have been fixed in #22127 and will investigate.
Updated by Peter Amstutz 3 months ago
- Target version changed from Development 2024-12-04 to Development 2025-01-08
Updated by Peter Amstutz 3 months ago
- Target version changed from Development 2025-01-08 to Development 2025-01-29
Updated by Peter Amstutz about 2 months ago
- Target version changed from Development 2025-01-29 to Development 2025-02-12
Updated by Peter Amstutz about 1 month ago
- Target version changed from Development 2025-02-12 to Development 2025-02-26
Updated by Peter Amstutz 7 days ago
I was playing with this on tordo and I'm still seeing that pretty frequently resizing the window or resizing the side panel will cause the toolbar to be cut off rather than adjusting overflow.
v3.1.0~dev20250224163258
Updated by Lisa Knox 5 days ago
22359-toolbar-overflow @ f862053a2048d591229734d827438ac19a81834e
developer-run-tests-services-workbench2: #1454
- ✅ All agreed upon points are implemented / addressed.
- n/a 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
- 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.
- ✅ Follows our coding standards and GUI style guidelines.
- There used to be a bug caused by spamming the info button that was fixed using a debounce on the function that determines which menu items go to the overflow menu. This unfortunately caused that calculation to be off whenever the main panel width changed too quickly. With the info button now removed and the "View details" button changed to only open the details panel, the debounce is no longer necessary so it is removed.
Updated by Lisa Knox 4 days ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|a44bf44a6aafca0df304b5ade73099ce22409d00.
Actions