Problem/Motivation
After updating admin toolbar from 8.x-2.5 to 3.3.0 I found out that the dropdown menu is not showing up on the frontend no matter if I clean the cache or refresh the page, but it only works when I'm on the admin pages.
dblogs does not show any error regarding this and the browser console either.
Steps to reproduce
update admin toolbar from 8.x-2.5 to 3.3.0
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | dropdown.mp4 | 12.87 MB | Harish1688 |
Comments
Comment #2
omarvs91 commentedComment #3
omarvs91 commentedComment #4
thomas.dutch commentedWe are experiencing the same issue after updating to 3.3.0. When logged out, the dropdown menu works. When logged in the frontend dropdown menu does not open. No errors in the console or Drupal log. A class which should be toggled to display the menu is not toggling anymore.
Update: after uninstalling Admin Toolbar the issue still persists. We updated Drupal core and Smart Trim, so those two would be the main suspects then.
Comment #5
Harish1688 commentedHi,
Tried to reproduced the issue on local, turned the version in 8.x-2.5 to 3.3.0, but not find any dropdown issue with admin toolbar. attached a video where everything working fine dropdown.mp4 .
can you provide more info like screenshot, video to reproduce this.
Comment #6
thomas.dutch commentedHi Harish1688,
Thank you for your response. The issue has been resolved by using the core/once library for the custom hover menu, eg:
Regards,
Thomas
Comment #7
thomas.dutch commented