It is better to enlarge the 'Update Access Tier' dialog to ensure there is no scrollbar
Storage Explorer Version: 1.35.0-dev (98) Build Number: 20240612.1 Branch: main Platform/OS: Windows11/Windows 10 Architecture: arm64/x64 How Found: From running test cases Regression From: Not a regression
Steps to Reproduce
- Expand one storage account -> Blob Containers.
- Create a blob container -> Upload one blob with archive access tier.
- Right click the archive blob -> Click 'Change Access Tier...'.
- Click 'Apply' on the update access tier dialog.
- Then right click the blob -> Click 'Change Access Tier...'.
- Set the rehydration priority to 'High'.
- Check there is no scrollbar on the dialog.
Expected Experience
It is better to enlarge the dialog to ensure there is no scrollbar.
Actual Experience
There is a scrollbar on the dialog.
Additional Context
This issue doesn't reproducer on Linux Ubuntu 22.04 & MacOS Sonoma 14.5(Apple M1 Pro).
@JasonYeMSFT "Invisible" elements aren't always accounted for when dialog auto-sizing code runs (for example, when display: none is used). Either expand the dialog's default size or make sure even invisible elements' layouts are accounted for.
I have increased the height of the dialog to prevent the scroll bar from showing up with default zoom level and English locale.
Verified this issue on the main build 20240716.5. Fixed. So, we are going to close it.