forked from carbon-design-system/carbon-for-ibm-dotcom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(expressive-modal): ensure waiting for transitionend event (carbon…
…-design-system#5189) ### Related Ticket(s) Refs carbon-design-system#5173. ### Description Changes the "focus on the primary focusable element" logic in `<dds-expressive-modal>` to wait for `transitionend` event. Without it, the attempt to focus fails. Also changes `<dds-locale-modal>` to make `<dds-region-item>` as the primary focusable element. ### Changelog **Changed** - The "focus on the primary focusable element" logic in `<dds-expressive-modal>` to wait for `transitionend` event. - `<dds-locale-modal>` to make `<dds-region-item>` as the primary focusable element.
- Loading branch information
1 parent
a16cf27
commit 8e6eb37
Showing
3 changed files
with
41 additions
and
7 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
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