MudBlazor/MudBlazor
[MudTooltip] Incorrect body height/scrollbar behavior
クローズ
#6,021 opened on 2022/12/20
bughas workaroundhelp wanted
Repository metrics
- Stars
- (10,394 個のスター)
- PR merge metrics
- (平均マージ 6d 6h) (30d で 108 merged PRs)
説明
Bug type
Component
Component name
MudTooltip
What happened?
Hovering a Tooltip component on a long page prevents the body/html to shrink when navigating to a compact page. To 'recover' from this, just hover the tooltip a few times. Watch this behavior in the video:
I've created a basic as possible repo for this based on a 'Blazor Server Empty' project.
Expected behavior
The page size/scrollbar behaves normally without hovering the tooltip. The expected behavior is that hovering the tooltip shouldn't interfere with the page height.
Reproduction link
https://github.com/xfxJeroen/MudToolTipTest
Reproduction steps
- Scroll (half way) down on a large page.
- Hover the MudToolTip.
- Navigate to a small page.
- Notice the page size/scroll bar.
- Hover the MudToolTip (multiple times)
- Watch the small page shrink to the correct height.
Relevant log output
No response
Version (bug)
6.1.6
Version (working)
No response
What browsers are you seeing the problem on?
Microsoft Edge
On what operating system are you experiencing the issue?
Windows
Pull Request
- I would like to do a Pull Request
Code of Conduct
- I agree to follow this project's Code of Conduct