Closed
Description
Preconditions
- Magento 2.0.x, 2.1.x
Steps to reproduce
- hover a menu item which contains some nested elements
Expected result
- the submenu relative to the "Bottoms 2" element in the image should be aligned next to it
Actual result
If you move your mouse slowly you'll never be able to click any of the submenu items
The js from the widget calculates coordinates for the submenu:
but then we have this LESS
https://github.com/magento/magento2/blob/develop/lib/web/css/source/lib/_navigation.less#L403
Simply removing the to !important
rules does not fix the problem, there is something wrong also in the coords calculated via js
Since this widget is based on https://jqueryui.com/menu/ that works as expected i think that something went wrong and someone tried to fix it with an !important
to overwrite an inline style added via js
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.1 release lineThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 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 developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release