Column width unit is not selectable

Created on 31 August 2023, over 1 year ago
Updated 12 June 2024, 6 months ago

Problem/Motivation

When working with columns, it is not possible to click on the unit container.

Steps to reproduce

Place a column layout and try to change units. This is also seen at https://drupalgutenberg.org/demo

A workaround is to click in the unit field and tab over, typing % or "p" to change.

Proposed resolution

This issue has been caused by the fix at https://git.drupalcode.org/project/gutenberg/-/blob/8.x-2.x/css/sass/com...

We can preserve the spirit of this accessibility fix and fix this issue by adding:

.components-panel__body .components-input-control__container .components-unit-control__select {
  z-index: 1;
}

I will make MR shortly.

🐛 Bug report
Status

Needs work

Version

2.0

Component

User interface

Created by

🇩🇪Germany Ken Hawkins

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024