-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(mat/paginator): fix focus issues with paginator buttons #29379
fix(mat/paginator): fix focus issues with paginator buttons #29379
Conversation
42e7c94
to
fcd35b3
Compare
fixed to where if paginator button gets disabled while focused, focus will go to next appropriat button fixes b/286098030
removed console logs fixes b/286098030
update api fixes b/286098030
fix comment fixes #286098030
…tor buttons added disabledInteractive to prevent focus from going to body whenever button becomes disabled fixes b/286098030
fix broken tests fixes b/286098030
fixed more broken tests fixes b/286098030
changed paginator harness test to look for aria-disabled instead of disabled fixes b/286098030
fix unit tests fixes b/286098030
0a57f02
to
b8fd8e8
Compare
Deployed dev-app for a87f453 to: https://ng-dev-previews-comp--pr-angular-components-29379-dev-i4go42gm.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
merge fixes b/286098030
fix style issue fixes b/286098030
6c75730
to
3768788
Compare
remove class fixes b/286098030
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
NOTE: This is a rework of #29006, added
disabledInteractive
this time around so that when the paginator buttons becomes disabled, focus will not be lostfixes b/286098030