Summary
When using the Superfish module on mobile view, the submenu toggle arrow (expand indicator) is not displayed next to menu items that contain children.
Steps to reproduce
Enable and configure Superfish for a main menu
Ensure the menu contains items with submenus
View the site on a mobile device or responsive mode
Open the mobile menu
Expected result
Menu items with children should display a toggle arrow/icon to indicate that they can be expanded.
Actual result
The toggle arrow is missing, making it unclear that the item has a submenu and can be expanded.
Impact
This affects usability on mobile devices, as users may not realise that the menu items are expandable.
Additional notes
The submenu still works if triggered programmatically or via custom JS/CSS
The issue appears to be related to missing or not-rendered toggle elements in mobile view
Issue fork superfish-3581973
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
charlliequadros commentedComment #5
lobsterr commentedThank you for your contribution