-
Notifications
You must be signed in to change notification settings - Fork 55
[Problem/Bug]: Tooltip gets stuck in case of two active browsers #5215
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
Comments
@sivMSFT Could you please ensure this issue is resolved before version 136 becomes the stable release? It's critical for us and our users that this problem does not make it into production, as it would significantly impact the user experience. |
@fvanheeswijk, we can't assure on that. But our team is looking into it and shall be reverting soon on it. |
@fvanheeswijk , the issue was also reproduced in latest edge 136,137 and Chromium as well. A fix has already been found. We'll update you once the fix is released for Webview2 |
Hi, it should be available with 136 by end of the coming week. |
FYI - this is the chromium bug here - https://issuetracker.google.com/issues/414437602 |
@ojasvi1450 Is the fix live already? I just heard it also got into the stable build which is very unfortunate. |
This is significantly impacting my app's users as well due to mouseenter/mouseleave firing a large WPF Popup that covers part of the application. Users moving mouse from browser to WPF Popup is no longer firing mouseleave, so the Popup gets stuck covering the app until user mouses back over the browser into dead space. |
The upstream fix is in version >= 136.0.3240.64 |
What happened?
When two
WebView2
browser windows are created within the same application, and you open (*) a tooltip in one window and then hover over another window which also opens a tooltip and then lose focus, then one of the two tooltips remains active on the screen on top of any other application, until the application itself is closed.This is very annoying to our users as now they have tooltips floating on their screen as long as our application is active.
(*) A tooltip is in this case opened by hovering over an image with a title.
Importance
Important. My app's user experience is significantly compromised.
Runtime Channel
Prerelease (Edge Canary/Dev/Beta)
Runtime Version
136.0.3240.29
SDK Version
1.0.3179.45
Framework
Winforms
Operating System
Windows 11
OS Version
10.0.26100
Repro steps
This issue can be reproduced as follows with the included test project. Please also see the attached video showcasing the issue:
WebView2
instances.Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
Regression in newer Runtime
Last working version (if regression)
135.0.3179.85
The text was updated successfully, but these errors were encountered: