Skip to content
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(dialog): text is now selectable #5347

Merged
merged 1 commit into from
Dec 27, 2023
Merged

fix(dialog): text is now selectable #5347

merged 1 commit into from
Dec 27, 2023

Conversation

copybara-service[bot]
Copy link

fix(dialog): text is now selectable

Fixes #5145

Added some notes on Material dialog focusing. Normally the dialog should not be focused, so you may wonder why we care about delegating focus at all. It's because:

  1. We don't have focus trapping yet
  2. We need to handle what happens when there isn't a focusable child in the dialog, even though that's against spec.

Fixes #5145

Added some notes on Material dialog focusing. Normally the dialog should *not* be focused, so you may wonder why we care about delegating focus at all. It's because:

1. We don't have focus trapping yet
2. We need to handle what happens when there isn't a focusable child in the dialog, even though that's against spec.

PiperOrigin-RevId: 594013328
@copybara-service copybara-service bot merged commit 4ae9db6 into main Dec 27, 2023
@copybara-service copybara-service bot deleted the cl/593872475 branch December 27, 2023 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

md-dialog: text is not selectable.
1 participant