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
Currently pressing space or enter on HomeButton.js will only blur the button, not click it. Tagging @jessegreenberg because we both saw this today in meetings.
The text was updated successfully, but these errors were encountered:
I removed the blur event that I added to the HomeButton and it fixed this issue. I look through the project, and the blur event isn't really used in other places, especially no buttons. @jessegreenberg please review.
Thanks @zepumph, looks good and I verified that this fixed the problem. Ill bet the blur was necessary prior to our work in AccessibleInstance.updateVisibility. Closing.
Currently pressing space or enter on
HomeButton.js
will only blur the button, not click it. Tagging @jessegreenberg because we both saw this today in meetings.The text was updated successfully, but these errors were encountered: