Make Accessible Menu compatible with "Menu Block" module?

Created on 24 July 2025, 3 months ago

Problem/Motivation

I really like this module! It's awesome how it can set up a menu as the disclosure or menubar ARIA pattern without the user having to write javascript. However, I've noticed it's incompatible with the contributed Menu Block module β†’ . It would be great to be able to use these together.

Steps to reproduce

Line 338 of accessible_menu.module only tests for a base plugin id strictly equal to 'system_menu_block'.
Menu Block hides system menu blocks and replaces them with a base plugin id of 'menu_block'.

Proposed resolution

It seems like all that's needed to make Accessible Menu compatible with Menu Block is a small addition to the if statement on line 338 of accessible_menu.module, but I'm not 100% sure.

✨ Feature request
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States kwiseman

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024