Tooltip issue with TitleBar buttons
See original GitHub issueHi, I’ve noticed that the ToolTip
stays under the TitleBar’s action Butons. It somehow looks weird and strange. I don’t know if it’s the default behavior and meant to be like this ? or maybe needs improvement ?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:15 (2 by maintainers)
Top Results From Across the Web
Override tooltip text for Titlebar buttons (Close, Maximize, ...
The issue is that when hovering the mouse over that button, a 'Help' tooltip appears, which doesn't make any sense for the application....
Read more >Tooltip doesn't work for <IconButton disabled> · Issue #8416
I have several toolbars of buttons that are disabled when content is loading. Each button has a tooltip on it. Once the document...
Read more >close, maximize and minimize buttons don't have a tooltip ...
Close, maximize and minimize buttons don't have a tooltip, something that it's against HIG: Controls in the header bars of primary windows ...
Read more >Tooltips · Bootstrap v5.0
Tooltips are opt-in for performance reasons, so you must initialize them yourself. Tooltips with zero-length titles are never displayed. Specify container: ' ...
Read more >Tooltip
A simple text popup tip. When To Use. The tip is shown on mouse enter, and is hidden on mouse leave. The Tooltip...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That explains it! This should be fixed once WinUI 3 re-enables popup window support (internal link). If that doesn’t happen for some reason, though, then we should do what is recommended above to have popup positioning explicitly avoid the min/max/close button area when the app is ExtendViewIntoTitleBar=true.
@codendone This seems like we should be deciding to open the tooltip down when we are near the titlebar’s close maximize and minimize buttons. Does rendering own flyout/flyoutpositioning logic? Do you know if we have the tools to solve this or do you think we would need some way to determine that the shell is going to draw over us?