Tooltips on ComboBoxItems in WPF for .NET 6 appear and immediately disappear
See original GitHub issue- .NET Core Version: (e.g. 3.0 Preview1, or daily build number, use
dotnet --info
) 6.0.101 - Windows version: (
winver
) 22000.376 - Does the bug reproduce also in WPF for .NET Framework 4.8?: No
- Is this bug related specifically to tooling in Visual Studio (e.g. XAML Designer, Code editing, etc…)? If yes, please file the issue via the instructions here. NO
- Security issues and bugs should be reported privately, learn more via our responsible disclosure guidelines.
Problem description: In .NET 6, WPF tooltips on ComboBoxItems seem to close instantly, In .NET 4.8/5 this is not the case.
Actual behavior: Popup appears but immediately vanishes
Expected behavior: Popup on ComboBoxItem stays visible
Minimal repro: https://github.com/amirburbea/PopupRepro
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:11 (4 by maintainers)
Top Results From Across the Web
NET 6, WPF: the ToolTip doesn't work on ComboBoxItem
It shows up for about 500ms and then it disappears. Setting explicitly the 'ToolTipService.ShowDuration' doesn't help. You can find below the ...
Read more >Forcing a WPF tooltip to stay on the screen
I was wrestling with the WPF Tooltip only the other day. It doesn't seem to be possible to stop it from appearing and...
Read more >Tooltips disappear within milliseconds on a ...
When using a ThemedWindow and .net 6, tooltips disappear within milliseconds of being displayed (see attached video).
Read more >Tooltips with infinite timeout?
If you leave the timeout short, then the tooltip may disappear while users are still reading it and they'll have to move the...
Read more >Neat Tooltip for ComboBox
Then while the tool tip is still visible, click the arrow to expand the ComboBox . The dropdown list appears and then disappears...
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 FreeTop 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
Top GitHub Comments
Here’s the app running in .NET5
Here’s the same app running in .NET6
@amirburbea I assure you they will work on it. In this case “they” is me, and I’m working on it right now.