- Issue created by @DanChadwick
- Merge request !45DanChadwick: #3459375: Update bootstraip for Drupal 10.3 changes to sticky headers. Bootstrap now requires D10.3 β (Open) created by DanChadwick
- πΊπΈUnited States DanChadwick
What a mess. This MR and patch update bootstrap to
a) set the updated class for stick tables (sticky-header),
b) remove the bootstrap custom javascript related to TableHeader, now removed in D10.3, and because of that,
c) require D10.3, dropping D9 support.In order to make sticky headers work properly, I also had to
a) disable the responsive table option in the theme settings (incompatible with sticky headers) and
b) add custom CSS to set the sticky table's thead to an appropriate background color and change the z-index to 90 (500 is incompatible with other bootstrap z-indices). - πΊπΈUnited States jwag956 Monterey, ca
This patch worked for me .. Thanks!
It should be noted that since this causes an exception it stops further JS parsing - which when using aggregated JS means that many other JS libraries may not be loaded - so the effect may be far removed from tables.
- Status changed to Closed: duplicate
4 days ago 10:21pm 30 November 2024 - πΊπΈUnited States DanChadwick
Closed by #3428283, although Drupal 10.3 is needed, not 10.2.