-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
bugSomething isn't workingSomething isn't workingregressionSomething used to work but doesn't anymoreSomething used to work but doesn't anymoretrackedWe are tracking this work internally.We are tracking this work internally.
Description
What happened?
Using latest version 134.0.3124.51, values in a dropdown cannot be selected.
See video and sample html code
NClient4.mp4
<h2>Select a Fruit:</h2>
<select name="fruits" id="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>
<h2>Select a Car Make:</h2>
<select name="cars" id="cars">
<option value="toyota">Toyota</option>
<option value="honda">Honda</option>
<option value="ford">Ford</option>
<option value="bmw">BMW</option>
</select>
Importance
Blocking. My app's basic functions are not working due to this issue.
Runtime Channel
Stable release (WebView2 Runtime)
Runtime Version
134.0.3124.51
SDK Version
No response
Framework
WPF
Operating System
Windows 10
OS Version
No response
Repro steps
- Use sample code below
- Click on dropdown
- Values will show and disappear immediately.
<h2>Select a Fruit:</h2>
<select name="fruits" id="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>
<h2>Select a Car Make:</h2>
<select name="cars" id="cars">
<option value="toyota">Toyota</option>
<option value="honda">Honda</option>
<option value="ford">Ford</option>
<option value="bmw">BMW</option>
</select>
Repros in Edge Browser
No, issue does not reproduce in the corresponding Edge version
Regression
Regression in version 134.0.3124.51
Working fine in v133
Last working version (if regression)
133.0.3065.92
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingregressionSomething used to work but doesn't anymoreSomething used to work but doesn't anymoretrackedWe are tracking this work internally.We are tracking this work internally.