Hi,
We have found some additional information regarding the ACM Accordion issue.
Joomla 5.4.6
Latest JA Vitality
Latest T4 Framework
Latest JA ACM
The accordion panels open correctly, but they do not collapse again when clicking the title or the +/- icon.
We tested the following:
Bootstrap 5.3.3 is loaded correctly.
The generated HTML contains valid data-bs-toggle="collapse" and data-bs-target attributes.
There are no Bootstrap JavaScript errors.
The issue occurs in both Chrome and Edge.
Calling Bootstrap manually works:
bootstrap.Collapse.getOrCreateInstance(document.getElementById('collapse-0')).hide();
This closes the panel correctly.
Therefore Bootstrap itself is working, but clicking the accordion header does not trigger the collapse action.
Could you please check if this is a regression in the latest JA ACM / T4 Framework?