-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Image options are not visible in pop up on clicking replace button from Image block #28604
Conversation
Hi @speedyprem Prem Can you create an before and after applying the PR visible result to your PR? As this is what I am seeing in WP 5.6.1 when no plugin is activated. Related issue: #27186 |
One more thing. |
Indeed, it would be nice to fix it with 5.6.2. Please feel free to get in touch with me or Jake concerning 5.6.2 timeline :-) |
I've been looking into this one today and here's what I've found. This issue appears to be fixed in There are a few other related PRs and issues created, but I think the change in this PR may be the safest to make without affecting other areas. |
This is a more specific approach to fixing #28604, targeting only the popover in question.
After working through this with @tellthemachines, I've created #29057 to replace this one. It branches off of |
* Backport #26475 for the 5.6 branch. * Backport #28604. * Revert "Backport #28604." This reverts commit 32784b6. * Backport #26583 to the 5.6 branch. * Commit lock file updates. * Committing lock file differences after updating `browserslist`. * Pin the version of NodeJS in the Compressed Size workflow. * Memoize getEntityRecords to prevent infinite re-renders (#26447) * Fix issue where gallery block requests all attachments when empty (#28621) * Return early from building attachments for galleries * Improve code clarity * Fix link control styles to prevent scrollbar (#27777) * Update package-lock * Update package-lock again Co-authored-by: Jonathan Desrosiers <desrosj@users.noreply.github.com> Co-authored-by: Kai Hao <kevin830726@gmail.com> Co-authored-by: Daniel Richards <daniel.richards@automattic.com> Co-authored-by: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com>
Description
Image options are not visible in pop up on clicking replace button from Image block due to the horizontal scroll.
WordPress Track ticket: https://core.trac.wordpress.org/ticket/52396
How has this been tested?
1.Create new article.
2.Add image block.
3.Add any image inside the image block.
4.Click on replace button from the image block.
Screenshots
Checklist: