Skip to content

Conversation

crisbeto
Copy link
Member

The tabs run their animation events outside the zone which means that attaching the content as a result will be outside the zone as well. These changes bring it back into the zone to ensure that things like error handling work correctly.

Fixes #31867.

@crisbeto crisbeto requested a review from a team as a code owner September 15, 2025 07:02
@crisbeto crisbeto requested review from andrewseguin and ok7sai and removed request for a team September 15, 2025 07:02
@crisbeto crisbeto added the target: patch This PR is targeted for the next patch release label Sep 15, 2025
The tabs run their animation events outside the zone which means that attaching the content as a result will be outside the zone as well. These changes bring it back into the zone to ensure that things like error handling work correctly.

Fixes angular#31867.
@crisbeto crisbeto force-pushed the 31867/tabs-zone-attach branch from 32e75ee to 07a7c28 Compare September 17, 2025 05:35
@crisbeto crisbeto removed the request for review from andrewseguin September 17, 2025 12:13
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Sep 17, 2025
@crisbeto crisbeto merged commit a2906dd into angular:main Sep 17, 2025
22 of 25 checks passed
@crisbeto
Copy link
Member Author

This PR was merged into the repository. The changes were merged into the following branches:

crisbeto added a commit that referenced this pull request Sep 17, 2025
The tabs run their animation events outside the zone which means that attaching the content as a result will be outside the zone as well. These changes bring it back into the zone to ensure that things like error handling work correctly.

Fixes #31867.

(cherry picked from commit a2906dd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: material/tabs target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(COMPONENT): matTabContent tabs are in rootzone io angular zone

2 participants