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(material/expansion): Focus remains on the header when clicked on the next or cancel button inside the panel #30308

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mistrykaran91
Copy link
Contributor

When we click on next or cancel button the focus remained on the current panel header. This fix uses focus method from the class and changes the FocusMonitor to be in EVENTUAL

Fixes #22942

@mistrykaran91 mistrykaran91 requested a review from a team as a code owner January 11, 2025 11:20
@mistrykaran91 mistrykaran91 requested review from amysorto and wagnermaciel and removed request for a team January 11, 2025 11:20
@mistrykaran91 mistrykaran91 changed the title fix(material/expansion) : Focus remains on the header when clicked on next or cancel button inside the panel fix(material/expansion): Focus remains on the header when clicked on the next or cancel button inside the panel Jan 14, 2025
@mistrykaran91 mistrykaran91 force-pushed the expansion-panel-header-changes-color-issue branch from 5fc8d21 to 9a673b5 Compare March 4, 2025 12:35
…next or cancel button inside the panel

When we click on next or cancel button the focus remained on the current panel header. This fix uses focus method from the class and changes the `FocusMonitor` to be in `EVENTUAL`

Fixes angular#22942
@mistrykaran91 mistrykaran91 force-pushed the expansion-panel-header-changes-color-issue branch from 9a673b5 to 75e9dae Compare March 4, 2025 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(expansion): Expansion panel header changes color when clicking a button inside
1 participant