Modal does not show with Bootstrap

Created on 6 June 2025, about 16 hours ago

Problem/motivation

As mentioned in #3475608-12 the modal does not show with Bootstrap.

Steps to reproduce

  1. Configure node type with date field usable with addtocal_augment
  2. Theme drupal/bootstrap (or sub theme)
  3. addtocal_augment configured to use modal (either text or icon)
  4. View node: button "Add to calendar" (or icon) is shown ...
  5. but does not respond to clicks (i.e. the modal does not open)

Proposed resolution

Adding

dialog.add-to-calendar[open] {
  display: inline-block;
}

to modal.css (like proposed in MR 24 in #3475608) fixes the problem for me.

MR coming.

This module uses Gitlab CI for automated testing of proposed code changes. To contribute code changes, create a merge request. Patch files will not trigger automated testing and are not sufficient for review.
🐛 Bug report
Status

Active

Version

1.2

Component

Code

Created by

🇩🇪Germany gngn

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