-
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
Navigation List View: Remove empty cell when there is no edit button #46439
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MaggieCabrera
changed the title
removed the edit button cell when it's not editable
[Navigation List View]: Remove empty cell when there is no edit button
Dec 9, 2022
MaggieCabrera
added
[Block] Navigation
Affects the Navigation Block
[Type] Experimental
Experimental feature or API.
labels
Dec 9, 2022
MaggieCabrera
requested review from
scruffian,
getdave,
ajlende and
draganescu
December 9, 2022 17:04
Size Change: +11 B (0%) Total Size: 1.32 MB
ℹ️ View Unchanged
|
getdave
approved these changes
Dec 12, 2022
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.
Nice catch 👏
scruffian
force-pushed
the
remove-off-canvas-empty-cell
branch
from
December 12, 2022 11:38
ca41b20
to
7197903
Compare
ryanwelcher
changed the title
[Navigation List View]: Remove empty cell when there is no edit button
Navigation List View: Remove empty cell when there is no edit button
Dec 14, 2022
This causes an accessibility regression: Nav offcanvas - retain key block options but make disabled with appropriate description #47025 |
scruffian
added a commit
that referenced
this pull request
Jan 11, 2023
This reverts commit 78deee0.
scruffian
added a commit
that referenced
this pull request
Jan 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What?
Follow up to #46163
This removes the empty
td
element when there is no edit button present for the page list items.Why?
The
td
element was taking extra space and it was forcing horizontal scroll in some cases, making the 3 dot menu hard to reach or even hard to discover.How?
The condition to check if an item is editable is now including the cell and a colspan on the 3 dot menu cell takes care of the issue of the missing cell that would render the HTML invalid.
Screenshots or screencast