gestalt icon indicating copy to clipboard operation
gestalt copied to clipboard

Dropdown: When changinn hover focus event is bubbling up to outside component

Open manvoid opened this issue 3 years ago • 1 comments

Platform: desktop web and mobile web

Steps to reproduce:

  1. Use the dropdown with al least two items
  2. Have a onFocus handler outside the Dropdown
  3. When changing hove over the items the onFocus event is going to be triggered

Expected Result: Focus event not triggered Actual Result: Focus event is triggered

This is causing issues when a page has a custom onFocus event handler. Ex: Closeup.js

manvoid avatar Dec 01 '21 17:12 manvoid

@manvoid Has this issue been fixed? If so, please feel free to close 🙂

dangerismycat avatar Jan 04 '22 23:01 dangerismycat