Opened 3 years ago
Closed 3 years ago
#52119 closed defect (bug) (duplicate)
Create menu without link
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.6 |
Component: | Menus | Keywords: | |
Focuses: | accessibility | Cc: |
Description
Scenario to reproduce:
- Create a new menu
- Create a new 'custom link'
- Do not set an URL
- Type a title
- Add to menu
The new entry is created but it will generate a <a>
tag instead of a <p>
which break web semantic because there is no link or no action on this entry.
Change History (5)
This ticket was mentioned in Slack in #core by lukecarbis. View the logs.
3 years ago
Note: See
TracTickets for help on using
tickets.
Actually you cannot directly type an empty URL when you create a new menu entry. You need to set something (eg '#'), then update it to blank inside the menu panel.