ToolTip not update when there is a Storyboard
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
### Description
Add two Buttons and set ToolTips, then add an Ellipse.
When the mouse moves over the two Buttons, the ToolTip can switch correctly.
Now set a Storyboard for the Ellipse, then move the mouse to ButtonA and wait for its ToolTip to display.
Next, move the mouse **from left to right** to the left side of ButtonB.
At this time, the ToolTip does not immediately update its content.
However, when moving the mouse from ButtonB to the left to ButtonA, the ToolTip can be updated correctly.
### Reproduction Steps
```xaml
```
### Expected behavior
NET 5

### Actual behavior
NET 6 And 7

### Regression?
Correct in NET 5.
### Known Workarounds
Set ToolTipService.BetweenShowDelay to 0
### Impact
_No response_
### Configuration
.NET Version: 6.0.16 and 7.0.5
Windows version: 10 21H2
### Other information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.