-
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
List View: remove the sticky position icon tooltip #63850
Conversation
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. |
Size Change: +25 B (0%) Total Size: 1.76 MB
ℹ️ View Unchanged
|
10d9b71
to
29bee42
Compare
Flaky tests detected in 29bee42. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/10058625677
|
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.
LGTM! I tested this PR using NVDA and it now announces better when a block is selected.
Before:
Group link collapsed Block 2 of 3, Level 1. This block is locked.
After:
Group link collapsed Block 2 of 3, Level 1. Position: Sticky. This block is locked.
29bee42
to
6586f66
Compare
Nice, thanks ❤️ |
What?
Related to #59409
Removes the tooltip surrounding the sticky position icon in the list view.
Why?
Tooltip
not to work as expected (it currently doesn't render ontrunk
)How?
Tooltip
and replaced it with aspan
, like it's currently done with other icons in the list viewNote
Adding the "position" text to the list item's description text is optional and can be removed if we don't think it represents an improvement (see related comment).
Testing Instructions
trunk
)Screenshots or screencast