Skip to content

[Problem/Bug]: input field of type text and name email loses focus #5144

Open
@Waltraut

Description

@Waltraut

What happened?

Webview2 runtime version 134.0.3124.51
minimal webpage:

<!DOCTYPE html>
<html><body>
name email and type text loses focus
<form method="POST">
input name email, type text: <input type="text" name="email"/>
input name other than email, type text: <input type="text" name="notemail"/>

<input type="submit" value="Do something" class="dbapi_button">

</form>
	
</body></html>

click in first field will immediately lose the focus, second field works as expected.
with Webview2 Version 133.x it worked for both fields.

Importance

Important. My app's user experience is significantly compromised.

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

134.0.3124.51

SDK Version

No response

Framework

Winforms

Operating System

Windows 11

OS Version

No response

Repro steps

please see above

Repros in Edge Browser

No, issue does not reproduce in the corresponding Edge version

Regression

Regression in newer Runtime

Last working version (if regression)

133.0.3065.92

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingregressionSomething used to work but doesn't anymoretrackedWe are tracking this work internally.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions