-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mat/paginator): fix focus issues with paginator buttons (#29379)
* fix(material/paginator): fix focus issues with paginator buttons fixed to where if paginator button gets disabled while focused, focus will go to next appropriat button fixes b/286098030 * fix(material/paginator): remove console logs removed console logs fixes b/286098030 * fix(material/paginator): update api update api fixes b/286098030 * fix(material/paginator): fix comment fix comment fixes #286098030 * fix(material/paginator): add disabled interactive attribute to paginator buttons added disabledInteractive to prevent focus from going to body whenever button becomes disabled fixes b/286098030 * fix(material/paginator): fix tests fix broken tests fixes b/286098030 * fix(material/paginator): fix more broken tests fixed more broken tests fixes b/286098030 * fix(material/paginator): fix spec test changed paginator harness test to look for aria-disabled instead of disabled fixes b/286098030 * fix(material/paginator): fix unit tests fix unit tests fixes b/286098030 * fix(material/paginator): fix style issue fix style issue fixes b/286098030 * fix(material/datepicker): remove disabled class remove class fixes b/286098030
- Loading branch information
Showing
4 changed files
with
15 additions
and
11 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
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