-
Notifications
You must be signed in to change notification settings - Fork 805
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
Carousel: Fix cursor css selector #20927
Conversation
Caution: This PR has changes that must be merged to WordPress.com |
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 The e2e test report can be found here. Please note that it can take a few minutes after the e2e tests checks are complete for the report to be available. Once your PR is ready for review, check one last time that all required checks (other than "Required review") appearing at the bottom of this PR are passing or skipped. Jetpack plugin:
|
Co-authored-by: sdixon194 <[email protected]>
Cherry picked to release branch in 944728d |
Great news! One last step: head over to your WordPress.com diff, D66261-code, and commit it. Thank you! |
Deployed via r231314-wpcom |
* master: Widget Visibility: fix undefined property ref (#20967) Carousel: update prev/next nav button colors (#20940) E2E tests: mention users in Slack based on report name and branch name (#20964) Search: fix search admin page wrapping issue for ultra wide screens (#20962) Instant Search customization: use sentence case consistently (#20931) RP: Use all args for the filter (#20953) renovate: Fix config (#20952) Backport Sync and Heartbeat Changelog from Release (#20950) Update renovate config (#20917) Sync: Defensive coding against E_NOTICE (#20921) Carousel: Fix cursor css selector (#20927) Search: Improve style specificity for result highlights in Customberg (#20945) Contact Form: add filter to allow customizing email headers. (#20912) Blocks: fix HTML markup of buttons added to our blocks. (#20936)
* master: Widget Visibility: fix undefined property ref (#20967) Carousel: update prev/next nav button colors (#20940) E2E tests: mention users in Slack based on report name and branch name (#20964) Search: fix search admin page wrapping issue for ultra wide screens (#20962) Instant Search customization: use sentence case consistently (#20931) RP: Use all args for the filter (#20953) renovate: Fix config (#20952) Backport Sync and Heartbeat Changelog from Release (#20950) Update renovate config (#20917) Sync: Defensive coding against E_NOTICE (#20921) Carousel: Fix cursor css selector (#20927) Search: Improve style specificity for result highlights in Customberg (#20945) Contact Form: add filter to allow customizing email headers. (#20912) Blocks: fix HTML markup of buttons added to our blocks. (#20936)
Changes proposed in this Pull Request:
img+figcaption
selector must have thedata-carousel-extra
attribute. This problem was introduced in PR Carousel: add more specific selectors for the carousel cursor #20882, which has been merged but not released.Jetpack product discussion
Does this pull request change what data or activity we track or use?
Testing instructions:
This PR fixes a problem that occurs when the Carousel feature is disabled.
Set up the site
a. Make sure to add multiple images and make sure that the images have captions.
b. Add a Columns block. In each column, add something like a paragraph block with some text.
a. Make sure to add multiple images.
b. Add a Columns block. In each column, add something like a paragraph block with some text.
Reproduce the problem
Test the fix
Test with the Carousel feature enabled