🇳🇱Netherlands @thomas.dutch

Account created on 14 September 2011, about 13 years ago
#

Recent comments

🇳🇱Netherlands thomas.dutch

Hi Harish1688,

Thank you for your response. The issue has been resolved by using the core/once library for the custom hover menu, eg:

- (function(Drupal) {
+(function(Drupal, drupalSettings, once) {

- const toggleElements = context.getElementsByClassName("navbar-toggler");
- Array.from(toggleElements).forEach(element => {
+ const toggleElements = once("navbar-toggler", ".navbar-toggler", context);
+ toggleElements.forEach(element => {

Regards,

Thomas

🇳🇱Netherlands thomas.dutch

We are experiencing the same issue after updating Admin Toolbar. When logged out, the dropdown menu works. When logged in the dropdown menu does not open without any errors in the console or Drupal log.

Production build 0.71.5 2024