-
-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Blur doesn't fire on click on nonfocusable element
The root cause of the issue is that the blur event is not triggered on the current active element in the click helper in case if the clicked element is not focusable. If the clicked element is focusable the previous active element gets blur event trough the __focus__ helper. A call to __blur__ was added for the case when the clicked element is not focusable.
- Loading branch information
Olga Torkhanova
committed
May 24, 2021
1 parent
77022fb
commit 1bac7d4
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters