-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
PostTaxonomiesFlatTermSelector: abstract wrapper component #66625
Conversation
…refore, blur/clearing tag control
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works like a charm 💯.
Size Change: +8 B (0%) Total Size: 1.81 MB
ℹ️ View Unchanged
|
Thanks for the quick fix! |
Co-authored-by: ramonjd <[email protected]> Co-authored-by: kevin940726 <[email protected]>
I just cherry-picked this PR to the wp/6.7 branch to get it included in the next release: 665997f |
Thanks for fixing this, @ramonjd and @kevin940726! Side note: We need to stabilize the e2e test runner and reporter. Otherwise, the genuine regressions can be (and are) ignored with the current report rate. |
Thank you for the quick fix! |
…#66625) Co-authored-by: ramonjd <[email protected]> Co-authored-by: kevin940726 <[email protected]>
Co-authored-by: ramonjd <[email protected]> Co-authored-by: kevin940726 <[email protected]>
I just cherry-picked this PR to the release/19.6 branch to get it included in the next release: bec138a |
What?
Follow up to:
Noticed by me and @kevin940726 while testing WordPress/wordpress-develop#7693
Props to @kevin940726 for working out the culprit
Why?
The controls appears to rerender when adding a tag, or at least, it loses focus.
2024-10-31.13.01.59.mp4
How?
Extract Wrapper into an external component to avoid rerender, and therefore, blur/clearing tag control.
Testing Instructions
Kapture.2024-10-31.at.13.11.03.mp4