Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56426


Ignore:
Timestamp:
08/24/2022 01:35:58 PM (3 years ago)
Author:
sabernhardt
Comment:

Hi and thanks for the report!

Issue GB40456 labeled this as a bug because it had worked for other blocks, and it is fixed in the plugin. The merge was a little late to include in WordPress 6.0, but the anchor ID should display in 6.1.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56426

    • Property Status changed from new to closed
    • Property Resolution changed from to reported-upstream
    • Property Version changed from trunk to
    • Property Milestone changed from Awaiting Review to
    • Property Type changed from enhancement to defect (bug)
  • 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.
     1Many 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.
    22
    33(please note, the class name above should have two underscores before the word anchor, but this editor interprets it as the start of underlining)