Problem/Motivation

Admin Toolbar 3.3.1 added some changes for how keyboard users can navigate, this has some impacts on our end as well.

Until we have fixed the issues and made it compatible I'd consider staying at 3.3.0.

The fix is already in the works and should be available in the next few days.

Steps to reproduce

Install 3.3.1

Proposed resolution

Solve compatibility issues

Remaining tasks

Publish MR

User interface changes

New chevron button will be added to horizontal nav items for better keyboard navigation

Classic, legacy Modern Vertical (no change)

API changes

-

Data model changes

-

Issue fork gin-3357237

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

saschaeggi created an issue. See original summary.

mlncn’s picture

saschaeggi’s picture

Priority: Normal » Critical

saschaeggi’s picture

Issue summary: View changes
StatusFileSize
new416.2 KB
new390.72 KB
new386.13 KB

  • saschaeggi committed fc06460f on 8.x-3.x
    Issue #3357237: [admin_toolbar] 3.3.1 compatibility issues
    
saschaeggi’s picture

Status: Active » Fixed
fabsgugu’s picture

Hello,

There is a side effect after this update.
For the dark theme, 3rd menu links appear white.

I don't have the problem on version 3.0-rc2

I think it's caused by this change:

.toolbar .level-2 > ul,
.gin--dark-mode .toolbar .toolbar-toggle-orientation {
  background-color: var(--gin-bg-layer2);
}

.toolbar .level-2 > ul, was removed

saschaeggi’s picture

@Fabsgugu we should have fixed this already in 8.x-3.x-dev.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.