question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tooltip issue with TitleBar buttons

See original GitHub issue

Hi, 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 ?

toolTip Error

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:15 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
codendonecommented, Jun 9, 2020

it was happening with WinUi 3 alpha

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.

1reaction
StephenLPeterscommented, Apr 6, 2020

@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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found