User tests: Successful: Unsuccessful:
When there are mut
The mod_menu layout collapse-default.php and the mod_menu collapse-metismenu.php layout override in the Cassiopeia all share the same ID (#navbar). When there are multiple menu's with these layouts, then this will result in accessibility problems because every menu must have an unique ID. Also for lot of other reasons it's not advisable to have multiple elements with the same ID in a website.
No
Status | New | ⇒ | Pending |
Category | ⇒ | Modules Front End Templates (site) |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
RTC
Thanks!
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-06-09 10:14:03 |
Closed_By | ⇒ | chmst | |
Labels |
Added:
?
?
|
Thanks!
I have tested this item✅ successfully on b21830d
All
id="navbar"
changed using pull request toid=navbar[unique-number]
.This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/34466.