Opened 4 years ago
Last modified 4 years ago
#50803 new enhancement
Button link missing from block settings
Reported by: | irinelenache | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | needs-design-feedback |
Focuses: | ui | Cc: |
Description
When making a new post, adding a link to a button from the right side Block settings doesn't work, but adding it from the quick settings that appear next to block works.
Here is a video regarding the problem https://www.loom.com/share/6cf1f260edb7441d8a46f6bab0cfe804
Change History (4)
#2
@
4 years ago
- Focuses accessibility removed
- Keywords needs-design-feedback added; needs-testing removed
#3
@
4 years ago
reported in Gutenberg as well https://github.com/WordPress/gutenberg/issues/20208
#4
@
4 years ago
- Focuses ui added
- Summary changed from Button link in post doesn't work from block settings to Button link missing from block settings
- Type changed from defect (bug) to enhancement
What is actually missing is the href
field (with a Link URL
description) in the Settings panel for the Button Block. We need it and then the rel
field will be clear, although that field should be moved to the Advanced
section in my opinion.
Note: See
TracTickets for help on using
tickets.
@irinelenache thanks for your first report and welcome to Trac!
Worth noting the sidebar only contains settings for the link. The "Link rel" input field is not meant to be filled with the link
href
value. It is meant for the link rel attribute, for example: "external", or "noopener", etc.Instead, the link
href
value needs to be set in the interface within the block.Keeping the ticket open as maybe the editor and design team should consider to clarify this part of the user interface.