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

[BIGFIX release] Fix <LinkTo> with nested children #19597

Merged
merged 1 commit into from Jun 10, 2021
Merged

Conversation

chancancode
Copy link
Member

During bubbling, event.target may point to a child element whereas event.currentTarget always points to the element where the handler was attached, which is what we want here.

Reported in a comment on #19546, though this may be a distinct issue from the original report as it was reported as a default-cancelling parent element interfering with the nested <LinkTo>, and this is the other way around.

cc @lele-melis @kpfefferle

During bubbling, `event.target` may point to a child element whereas
`event.currentTarget` always points to the element where the handler
was attached, which is what we want here.

Reported in a comment on #19546, though this may be a distinct issue
from the original report as it was reported as a default-cancelling
parent element interfering with the nested `<LinkTo>`, and this is
the other way around.
@rwjblue rwjblue merged commit 1bcdc6f into master Jun 10, 2021
@rwjblue rwjblue deleted the fix-link-to-target branch June 10, 2021 18:45
@chancancode
Copy link
Member Author

Release in 3.27.5

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.

None yet

2 participants