-
Notifications
You must be signed in to change notification settings - Fork 802
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: add more specific selectors for the carousel cursor #20882
Conversation
The cursor should only change to a pointer when over an img or a figcaption that is the sibling of an img.
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:
|
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.
This tests well for me. 🚢
Great news! One last step: head over to your WordPress.com diff, D66104-code, and commit it. Thank you! |
Deployed to wpcom in r231008-wpcom. |
* master: tools: Tool to report unreleased projects (#20874) Add max length for stacktrace in Slack notifications (#20913) Show HLS Playlist for the VideoPress video url, instead of fragmented mp4 file (#20839) VideoPress: Fix VideoPress Attachment Deletions on wp.com (#20832) Update various JS dependencies (#20890) Widget Visibility: add scaffolding for upcoming editor features. (#20910) Heartbeat: Fix typo (#20901) Social Icons: fix being able to remove icons (#20899) Update To-Test.md for Jetpack 10.1 (#20894) Update dependency size-limit to v5 (#20893) Release: start 10.2 cycle (#20896) Jetpack 10.1 Changelog (#20892) E2E tests: add report name option in Slack notification (#20887) Carousel: add more specific selectors for the carousel cursor (#20882) E2E Tests: Fix pre-connection test (#20888) Search: fix body scroll for overlay open/close (#20733) E2E Tests: Fix mailchimp test (#20855) E2E tests: improve error handling (#20884)
Changes proposed in this Pull Request:
I'm not sure if this change adequately covers all situations where images can be opened in the carousel. If you know any other situations that should be tested (maybe galleries from other plugins?), please let me know.
I'm suggesting this as a possible temporary solution to the issue reported in #13428, until we have a better solution for gallery parsing.
Jetpack product discussion
Does this pull request change what data or activity we track or use?
Testing instructions:
Reproduce the Bug
Display images in a full-screen carousel gallery
setting. It's in theMedia
section, at the top.a. Add a Gallery block with some images.
b. Add a columns block with a couple of columns. Add some paragraph blocks in the columns.
a. Add a Tiled Gallery block with some images.
b. Add a columns block with a couple of columns. Add some paragraph blocks in the columns.
Test this PR