Collapsible is not working ?

Created on 11 August 2017, over 7 years ago
Updated 21 September 2023, over 1 year ago

Hello,

It looks like the collapsible fonctionnality is not working.
I created a view with a collapsible fieldset and some fields in it. The views is called has a custom field in a form (form_alter) like that

<?php
$form['listembeds'] = [
      '#type' => 'view',
      '#name' => 'embed_video',
      '#display_id' => 'embed_video',
      '#arguments' => [$entity->id()],
      '#embed' => TRUE,
    ];
?>

the view is display properly but the fieldset is not collapsible and the html look like that :

<fieldset class=" ">...</fieldset>

Not working on the view preview either.

I'm not sure if I am doing something wrong or not.

Best regards,
Michael.

πŸ› Bug report
Status

Closed: outdated

Version

3.0

Component

User interface

Created by

πŸ‡«πŸ‡·France MichaelB

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