Actions
Bug #21765
closedFile/project picking dialog is too short
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
The picking dialog is too small.
The style has max-height: calc(100% - 96px)
and that is much better, but the inner controls are not expanding to take up the available space.
Files
Updated by Peter Amstutz 7 months ago
- Description updated (diff)
- File popup-dialog-height.png popup-dialog-height.png added
Updated by Peter Amstutz 7 months ago
- Target version changed from Future to Development 2024-06-05 sprint
Updated by Lisa Knox 6 months ago
developer-run-tests-services-workbench2: #886
21765-short-dialog @ 5feb6a30dbbabbb45ebb4be27a5af54836781cb4
- ✅ 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 Documentation has been updated.
- ✅ Behaves appropriately at the intended scale (describe intended scale).
scale unchanged - n/a Considered backwards and forwards compatibility issues between client and server.
- ✅ Follows our coding standards and GUI style guidelines.
- I took the opportunity to fix the scrolling everywhere the project picker is used. Previously, scrolling the project picker would scroll everything except the dialog title. Now, only the project tree scrolls.
Updated by Peter Amstutz 6 months ago
Lisa Knox wrote in #note-5:
developer-run-tests-services-workbench2: #886
21765-short-dialog @ 5feb6a30dbbabbb45ebb4be27a5af54836781cb4
Notes:
- ✅ 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 Documentation has been updated.
- ✅ Behaves appropriately at the intended scale (describe intended scale).
scale unchanged- n/a Considered backwards and forwards compatibility issues between client and server.
- ✅ Follows our coding standards and GUI style guidelines.
- I took the opportunity to fix the scrolling everywhere the project picker is used. Previously, scrolling the project picker would scroll everything except the dialog title. Now, only the project tree scrolls.
This LGTM
Updated by Anonymous 6 months ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|49cb72c9315b16f71ba0e101042cd167c688e87e.
Actions