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(zone.js): patch form-associated custom element callbacks #50686

Closed
wants to merge 1 commit into from

Conversation

arturovt
Copy link
Contributor

This commit updates the implementation of the customElements patch and also patches FACE callbacks (formAssociatedCallback, formDisabledCallback, formResetCallback and formStateRestoreCallback). This now allows invoking those callbacks in the same zone where the custom element has been defined.

@pullapprove pullapprove bot requested a review from JiaLiPassion June 12, 2023 21:28
@ngbot ngbot bot added this to the Backlog milestone Jun 13, 2023
@arturovt arturovt changed the title feat(zone.js): patch form-associated custom element callbacks fix(zone.js): patch form-associated custom element callbacks Jul 1, 2023
This commit updates the implementation of the `customElements` patch and also
patches FACE callbacks (`formAssociatedCallback`, `formDisabledCallback`, `formResetCallback`
and `formStateRestoreCallback`). This now allows invoking those callbacks in the same zone
where the custom element has been defined.
Copy link
Contributor

@JiaLiPassion JiaLiPassion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks.

@AndrewKushnir AndrewKushnir added target: patch This PR is targeted for the next patch release action: global presubmit The PR is in need of a google3 global presubmit labels Jan 31, 2024
@AndrewKushnir
Copy link
Contributor

AndrewKushnir commented Jan 31, 2024

Presubmit (TGP).

@AndrewKushnir AndrewKushnir added action: merge The PR is ready for merge by the caretaker merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note and removed action: global presubmit The PR is in need of a google3 global presubmit labels Feb 12, 2024
@AndrewKushnir
Copy link
Contributor

Caretaker note: TGP is "green", this PR is ready for merge.

AndrewKushnir pushed a commit that referenced this pull request Feb 12, 2024
This commit updates the implementation of the `customElements` patch and also
patches FACE callbacks (`formAssociatedCallback`, `formDisabledCallback`, `formResetCallback`
and `formStateRestoreCallback`). This now allows invoking those callbacks in the same zone
where the custom element has been defined.

PR Close #50686
@AndrewKushnir
Copy link
Contributor

This PR was merged into the repository by commit 1c990cd.

AndrewKushnir pushed a commit that referenced this pull request Feb 12, 2024
This commit updates the implementation of the `customElements` patch and also
patches FACE callbacks (`formAssociatedCallback`, `formDisabledCallback`, `formResetCallback`
and `formStateRestoreCallback`). This now allows invoking those callbacks in the same zone
where the custom element has been defined.

PR Close #50686
@arturovt arturovt deleted the feat/zone-elements-cbs branch February 12, 2024 16:51
atscott pushed a commit to atscott/angular that referenced this pull request Feb 16, 2024
…#50686)

This commit updates the implementation of the `customElements` patch and also
patches FACE callbacks (`formAssociatedCallback`, `formDisabledCallback`, `formResetCallback`
and `formStateRestoreCallback`). This now allows invoking those callbacks in the same zone
where the custom element has been defined.

PR Close angular#50686
vladboisa pushed a commit to vladboisa/angular that referenced this pull request Feb 20, 2024
…#50686)

This commit updates the implementation of the `customElements` patch and also
patches FACE callbacks (`formAssociatedCallback`, `formDisabledCallback`, `formResetCallback`
and `formStateRestoreCallback`). This now allows invoking those callbacks in the same zone
where the custom element has been defined.

PR Close angular#50686
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: zones merge: caretaker note Alert the caretaker performing the merge to check the PR for an out of normal action needed or note target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants