Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving keyboard focus while a ToolTip is open shows the new ToolTip only after a delay #4617

Closed
SamBent opened this issue Jun 2, 2021 · 1 comment
Assignees
Labels
Accessibility An issue related to accessibility enhancements or blockers. Bug Product bug (most likely)

Comments

@SamBent
Copy link
Contributor

SamBent commented Jun 2, 2021

  • .NET Core Version: 3.0+
  • Windows version: all
  • Does the bug reproduce also in WPF for .NET Framework 4.8?: Yes
  • Is this bug related specifically to tooling in Visual Studio (e.g. XAML Designer, Code editing, etc...)? no
  • Security issues and bugs should be reported privately, learn more via our responsible disclosure guidelines.

Problem description:

  1. Run sample app from ToolTip issues prior to .NET 6.0 #4612
  2. Press TAB repeatedly to move focus to the TextBox labeled "TextBox"
  3. Wait for the ToolTip to appear
  4. Press TAB, to move focus to the second Image

Actual behavior:
The Image's ToolTip shows after a delay (5 sec)

Expected behavior:
ToolTip displays immediately

Moving the mouse to another element shows its ToolTip immediately, if a tooltip is already showing. Keyboard should work the same way.

@ryalanms ryalanms added Accessibility An issue related to accessibility enhancements or blockers. Bug Product bug (most likely) labels Jun 3, 2021
@SamBent
Copy link
Contributor Author

SamBent commented Aug 17, 2021

Fixed by the tooltip work in 6.0-preview7.

@SamBent SamBent closed this as completed Aug 17, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Apr 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Accessibility An issue related to accessibility enhancements or blockers. Bug Product bug (most likely)
Projects
None yet
Development

No branches or pull requests

2 participants