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

Tooltip appears when resizing #7748

Closed
vszekeress-sportradar opened this issue Mar 4, 2022 · 0 comments · Fixed by #7804
Closed

Tooltip appears when resizing #7748

vszekeress-sportradar opened this issue Mar 4, 2022 · 0 comments · Fixed by #7804
Labels

Comments

@vszekeress-sportradar
Copy link

Describe the bug
When resizing action starts, current mouse position is remembered and later tested against hit testing, even during resizing. That leads to buttons getting focused/unfocused, tooltips being displayed/hidden. Furthermore, when a tooltip appears and I try to keep resizing, applications stops resizing actions and reverts size back to starting value.

To Reproduce

  1. Open attached solution
    AvaloniaResizingTooltip.zip
  2. Start resizing bottom left corner
  3. Resize it in a way that a buttons moves over resize start position
  4. Button gets focused and its tooltip appears
  5. Continue resizing, preferably in a circular movement
  6. Resizing is stopped unexpectedly

Expected behavior
Button doesn't get focused nor its tooltip appears during resize action.

Screenshots
ResizeToolTipBug

Desktop (please complete the following information):

  • OS: Both PC and Mac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant