Skip to content
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

[Problem/Bug]: F3 with Find popup doesn't behave correctly when not focused on the Find popup #4638

Open
pushkin- opened this issue Jun 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@pushkin-
Copy link

What happened?

when focused on the window while the Find popup is up, pressing (shift)+F3 jumps my search results to a non-sequential result.
So I might be on result 8, focus on main window and press F3 and I get jumped to result 2.

Haven't found a pattern for this.

discovered this repros in Edge browser, so maybe this issue needs to go somewhere else.

Importance

Moderate. My app's user experience is affected, but still usable.

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

126.0.2592.61

SDK Version

1.0.2535.41

Framework

Winforms

Operating System

Windows 11

OS Version

10.0.22631 Build 22631

Repro steps

  1. use the WinForm sample here: https://github.com/MicrosoftEdge/WebView2Samples/tree/main
  2. run and press Ctrl+F
  3. search for sdk
  4. see 90 or so results
  5. if you're focused in the popup and press F3, it advances correctly (1, 2, 3, 4, / 91)
  6. If I advance to 10 (as an example), and then focus on the main window and press F3, the Find popup search resets to 2/91.

Repros in Edge Browser

Yes, issue can be reproduced in the corresponding Edge version

Regression

No, this never worked

Last working version (if regression)

No response

@pushkin- pushkin- added the bug Something isn't working label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant