Closed
Description
Preconditions (*)
- Magento 2.3 / 2.4-develop
- Multiply breakpoints configured with custom options in
[your theme]/etc/view.xml
Steps to reproduce (*)
- Define more than one breakpoints with custom options
<vars module="Magento_Catalog">
<var name="breakpoints">
<var name="desktop">
<var name="conditions">
<var name="min-width">1024px</var>
</var>
<var name="options">
<var name="options">
<var name="navdir">vertical</var>
</var>
</var>
</var>
<var name="mobile">
<var name="conditions">
<var name="max-width">767px</var>
</var>
<var name="options">
<var name="options">
<var name="nav">dots</var>
</var>
</var>
</var>
</var>
</vars>
- Set mobile screen size
- Load page
Expected result (*)
Gallery should have "dots" navigation.
Actual result (*)
Gallery have "thumbs" navigation.
Severity: S2 - S4
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentA defect with this priority could have functionality issues which are not to expectations.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchMajor restrictions or short-term circumventions are required until a fix is available.
Type
Projects
Status
Done