Replace fieldset with HTML5 details element to get back collapsible option

Created on 25 January 2022, about 3 years ago
Updated 30 April 2023, almost 2 years ago

Problem/Motivation

Minor UX issue
I've realized on the long page with many options that comparing to the D7 version fieldsets are not collapsible (for both per_role and acl). This is result of this change record All collapsible fieldsets have been replaced with HTML5 details elements
https://www.drupal.org/node/1852020

Steps to reproduce

Proposed resolution

Replace '#type' => 'fieldset', with '#type' => 'details',
and replace as well '#collapsible' => TRUE, and '#collapsed' => TRUE, with '#open' => TRUE,

Feature request
Status

Fixed

Version

2.0

Component

User interface

Created by

🇨🇿Czech Republic Bohus Ulrych Pilsen (Czechia)

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024