microsoft / MicrosoftEdge-Extensions

This is a community space for Microsoft Edge Add-ons developers, to share resources and information about building, publishing and growing their Microsoft Edge extension.
MIT License
134 stars 120 forks source link

[Bug - Edge browser] `<select>` dropdown menu gap mouseout issue #168

Closed thdoan closed 1 week ago

thdoan commented 1 week ago

Describe the bug

In Microsoft Edge, there is a gap between the <select> dropdown menu and its options when you expand the menu (see screenshot below). This can lead to issues with the mouseout event.

To Reproduce

Steps to reproduce the behavior:

  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.

Screenshots

image

Desktop (please complete the following information):

ManikanthMSFT commented 1 week ago

Hi @thdoan, thank you for reaching out to us.

We understand that you’re experiencing an issue with the Edge browser. To ensure that the appropriate team addresses your concern, we kindly request you to share the details of your issue on our feedback page: https://github.com/MicrosoftEdge/WebView2Feedback

thdoan commented 1 week ago

@ManikanthMSFT thanks for informing me about the proper channels to report this bug. I will re-post this there and then close this issue.