You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
Here's the behavior I noticed that is strange on IE.
Click on Select -> Dropdown opens -> Blur occurs -> document.activeElement is the list (#terra-select-menu) which means that this condition evaluates to true and all is good so far.
IE 11 sets document.activeElement to the next focused element before the blur event is called
Also, I have a draft PR out that seems to have fixed this issue based on the above comment and this is also something that I learned from facebook/react#3751 (comment).
Please feel free to chime in if I have to test other scenarios on other variants as well.
Bug Report
Description
Select field drop down in IE 11 requires two clicks to open after selecting an option.
Steps to Reproduce
Expected Behavior
Expected the drop down to open on first click.
Environment
The text was updated successfully, but these errors were encountered: