AlaskaAirlines / auro-menu

Custom element that provides a list of options for the user to choose from
https://auro.alaskaair.com/components/auro/menu
Apache License 2.0
2 stars 3 forks source link

Click on scroll bar of auro-menu element makes a selection #162

Closed jordanjones243 closed 2 years ago

jordanjones243 commented 2 years ago

Describe the bug

When there is a scroll on the auro-menu element and you click on it to scroll, the last menuoption with optionActive is selected.

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://www.alaskaair.com/search/results?A=1&O=sea&D=las&OD=2023-08-25&OT=Anytime&DD=2023-08-25&DT=Anytime&UPG=none
  2. Scroll down to the Currency Converter
  3. Open it
  4. Open one of the select elements and start scrolling
  5. Click scroll bar
  6. See error

Expected behavior

User should be able to use the scroll bar in anyway they want to (in this case, clicking on it) without the underlying element being modified.

jordanjones243 commented 2 years ago

Duplicate ticket of https://github.com/AlaskaAirlines/auro-menu/issues/159