Display submenu on public page

Created on 25 February 2025, 2 months ago

Hello

Problem/Motivation

I upgraded a Drupal site from 10.3 to 10.4.3
And now when I am on public page (not admin) I have a problem with the menu

Steps to reproduce

Toolbar 3.5.3
Drupal 10.4.3

Thks

🐛 Bug report
Status

Active

Version

3.5

Component

User interface

Created by

🇫🇷France robby78

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @robby78
  • 🇫🇷France dydave

    Thanks Jerome (@robby78)!

    Did you try flushing all caches?

  • 🇫🇷France robby78

    Hello,

    Yes I flushed all the cache.

    I found that since the new version of Drupal, there is a class toolbar-loading inside html balise.

    This selector with float left

    .toolbar-loading.toolbar-horizontal .toolbar .toolbar-tray .toolbar-menu > li, .toolbar .toolbar-bar .toolbar-tab, .toolbar .toolbar-tray-horizontal li {
        float: left;
    }

    Is stronger that

    .toolbar-tray-horizontal li.hover-intent ul li {
        float: none;
    }

    I don't know why Drupal add class toolbar-loading... With a fresh install of Drupal with just Drupal and Admin Toolbar everything is OK :)

  • 🇫🇷France robby78

    Maybe it's a JS problem that don't remove the toolbar-loading class when the page is ready

Production build 0.71.5 2024