-
Notifications
You must be signed in to change notification settings - Fork 693
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
HTML select popup not following webview2 #9569
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one. Thank you! Open similar issues:
Closed similar issues:
|
@HO-COOH thanks for filing this issue. This turned out to be a core WebView issue that is tracked in a different internal repo. Closing this issue as external. |
@ranjeshj I think these kind of "tracked internally" issues should not be closed, otherwise we developers just lost tracking, and never get notified when it is fixed. So do we constantly trying for newer versions just to see if it's fixed and waste time??? |
Describe the bug
select
popup in a web page is not following webview2 control itself.Steps to reproduce the bug
WebView2
page.window.location.href = "https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select"
select
, scroll the winui3 content (not the web page).Expected behavior
select
popup will dismiss when the web page scrolls. I guess it should also be dismissed when the WebView2 itself gets scrolled with native winui3 content.Screenshots
NuGet package version
WinUI 3 - Windows App SDK 1.5.2: 1.5.240404000
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
The text was updated successfully, but these errors were encountered: