dotnet / wpf

WPF is a .NET Core UI framework for building Windows desktop applications.
MIT License
7.08k stars 1.17k forks source link

Moving focus to an element with no ToolTip opens an ancestor's ToolTip #4614

Closed SamBent closed 3 years ago

SamBent commented 3 years ago

Moving keyboard focus to an element should open the element's ToolTip if it has one. It should not open some other element's ToolTip.

SamBent commented 3 years ago

Fixed by the tooltip work in 6.0-preview7.