-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Area: FrontendFixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedProgress: needs updatebug report
Description
The mobile menu JS behavior does not trigger at the same breakpoint as the mobile menu styles.
Preconditions
Magento 2.1.3
Steps to reproduce
Having active top-level categories and second-level categories in the main nav is sufficient.
Expected result
When at the breakpoint where the mobile styling for the main menu is applied (767px) - i.e., the "hamburger" menu with the slide-out - the mobile interaction behavior on the menu should also be applied. Specifically, in two respects:
- Expanding a top-level category should be on a click/tab interaction, not hover.
- An "All {Category Name}" item should be inserted as the first item under each top-level category.
Actual result
The behavior mentioned is not exhibited between 640px and 767px. Top-level categories still expand on a hover interaction, and no "All {Category Name}" item is present. This behavior only happens under 640px.
Metadata
Metadata
Assignees
Labels
Area: FrontendFixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedProgress: needs updatebug report