Changes between Initial Version and Version 1 of Ticket #56426
- Timestamp:
- 08/24/2022 01:35:58 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56426
-
Property
Status
changed from
newtoclosed -
Property
Resolution
changed from
toreported-upstream -
Property
Version
changed from
trunkto -
Property
Milestone
changed from
Awaiting Reviewto -
Property
Type
changed from
enhancementtodefect (bug)
-
Property
Status
changed from
-
Ticket #56426 – Description
initial v1 1 Many blocks in Gutenberg use a label in the List View (with a class of block-editor-list-view-block-select-button_anchor) to display an anchor that's assigned to them. However the Group block doesn't show this label, so you can't easily see if a Group has an anchor assigned. These anchors can be useful for seeing at a glance what a Group contains, as anchors are usually descriptive of its contents.1 Many blocks in Gutenberg use a label in the List View (with a class of `block-editor-list-view-block-select-button__anchor`) to display an anchor that's assigned to them. However the Group block doesn't show this label, so you can't easily see if a Group has an anchor assigned. These anchors can be useful for seeing at a glance what a Group contains, as anchors are usually descriptive of its contents. 2 2 3 3 (please note, the class name above should have two underscores before the word anchor, but this editor interprets it as the start of underlining)