Skip to content

[Problem/Bug]: Select Control doesn't work on some computers #5259

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

Open
tek-jrowan opened this issue May 28, 2025 · 3 comments
Open

[Problem/Bug]: Select Control doesn't work on some computers #5259

tek-jrowan opened this issue May 28, 2025 · 3 comments
Assignees
Labels
bug Something isn't working regression Something used to work but doesn't anymore

Comments

@tek-jrowan
Copy link

tek-jrowan commented May 28, 2025

What happened?

Doesn't work even with a super basic HTML page. No console or javascript errors. Seems to be somewhat inconsistent as on a production page some drop downs work and some don't.

For the test HTML page source code see the first comment in this post.

Computer is running:
Windows 11 build 10.0.26100.4061
Edge 136.0.3240.92

Troubleshooting steps attempted:

  • Repairing Edge (this did not fix things)
  • Cleared site cookies/cache (did not fix things)
  • Incognito Window (did not fix things)

Current Work-Around:
Currently as a work-around we loading the impacted site using IE compatibility mode. Obviously this is not a good long term solution.

Importance

Blocking. My app's basic functions are not working due to this issue.

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

136.0.3240.92

SDK Version

No response

Framework

Other

Operating System

Windows 11

OS Version

10.0.26100.4061

Repro steps

We have not been able to reproduce the issue on another computer so far, but we are actively trying to replicate the issue. So far only one device has been impacted, and the problem is easily reproduced on the impacted machine.

We were notified of the issue on May 27th, 2025.

Repros in Edge Browser

No, issue does not reproduce in the corresponding Edge version

Regression

Regression in newer Runtime

Last working version (if regression)

unsure, but prior to May 27 it did work

@tek-jrowan tek-jrowan added the bug Something isn't working label May 28, 2025
@github-actions github-actions bot added the regression Something used to work but doesn't anymore label May 28, 2025
@tek-jrowan
Copy link
Author

tek-jrowan commented May 28, 2025

Apparently my pasted HTML got formatted. Here is the sample page we tested:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Select Example</title>
</head>
<body>
<h1>Select Your Favorite Fruits</h1>

<form>
<label for="fruits">Choose fruits:</label><br>
<select id="fruits" name="fruits">
<option value="apple">Apple</option>
<option value="banana">Banana</option>
<option value="orange">Orange</option>
<option value="grape">Grape</option>
<option value="mango">Mango</option>
</select>
<br><br>
<input type="submit" value="Submit">
</form>
<p>Hold down the Ctrl (Windows) or Command (Mac) button to select multiple options.</p>
</body>
</html>

@tek-jrowan
Copy link
Author

Could possibly be a regression of #5148

@tek-jrowan
Copy link
Author

Let me know if HAR logs are needed. I can submit them for the sample test page I provided, but unfortunately not for the internal app. We haven't received any other reports of this issue happening recently, but the one user has continued to use IE compatibility mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression Something used to work but doesn't anymore
Projects
None yet
Development

No branches or pull requests

2 participants