-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menu widget submenu alignment #7897
Comments
Hi @slackerzz. An internal ticket MAGETWO-70053 has been created based on Your issue. You'll be immediately notified after the issue is resolved. Thank You for appliance. |
@slackerzz, thank you for your report. |
I'm working on it #dmcdindia |
@Abdulrahimbadiyal thank you for joining. Please accept team invitation here and self-assign the issue. |
I am working on this |
Hi @slackerzz. Thank you for your report. The fix will be available with the upcoming 2.2.6 release. |
Hi @slackerzz. Thank you for your report. The fix will be available with the upcoming 2.1.15 release. |
Hi @slackerzz. Thank you for your report. The fix will be available with the upcoming 2.3.0 release. |
Hi @slackerzz. Thank you for your report. The fix will be available with the upcoming 2.3.0 release. |
Preconditions
Steps to reproduce
Expected result
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 jsSince 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 jsThe text was updated successfully, but these errors were encountered: