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]: <select> dropdown menu gap mouseout issue #4646

Open
thdoan opened this issue Jun 25, 2024 · 3 comments
Open

[Problem/Bug]: <select> dropdown menu gap mouseout issue #4646

thdoan opened this issue Jun 25, 2024 · 3 comments
Labels
bug Something isn't working tracked We are tracking this work internally.

Comments

@thdoan
Copy link

thdoan commented Jun 25, 2024

What happened?

In Microsoft Edge, there is a gap between the <select> dropdown menu and its options when you expand the menu:

image

This can lead to issues with the mouseout event where the user is not able to select the menu options using the mouse because the menu closes prematurely.

Importance

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

Runtime Channel

Stable release (WebView2 Runtime)

Runtime Version

126.0.2592.68

SDK Version

No response

Framework

Other

Operating System

Windows 10

OS Version

19045.4529

Repro steps

  1. Go to https://jsfiddle.net/thdoan/kev4Lsha/6/
  2. Select a menu option.
  3. Observe the issue.

Expected behavior

The background should NOT change to red when you select an option, but it does because of the gap. Try following the steps above in Chrome -- you should see that Chrome dropdown menus have no such gap, hence do not suffer from this bug.

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

AB#51992442

@thdoan thdoan added the bug Something isn't working label Jun 25, 2024
@thdoan
Copy link
Author

thdoan commented Jun 25, 2024

This issue could be related to #780

@victorhuangwq
Copy link
Collaborator

Thanks for reporting this issue. I can reproduce in the Edge Browser, and I am trying to find the relevant team.

I do want to point out that this is actually the Edge WebView2 repository,. I saw that you came from the Edge Extension Repository after being redirected to post here, which is unfortunately a wrong advice. There's no GitHub repository for the Edge Browser at the moment, and the best way to report Edge Browser issues in the future would be through the send feedback feature:

image

@thdoan
Copy link
Author

thdoan commented Jun 25, 2024

the best way to report Edge Browser issues in the future would be through the send feedback feature

@victorhuangwq I reported the issue using this method many months ago, but never got a response. Since reporting issues through Edge feedback doesn't have a feedback loop (ironic), it's hard to know if the thing you reported is being looked at. 😅 Thank you for passing this along to the relevant people.

@victorhuangwq victorhuangwq added the tracked We are tracking this work internally. label Jun 26, 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 tracked We are tracking this work internally.
Projects
None yet
Development

No branches or pull requests

2 participants