Open EvieCutrell opened 5 days ago
Hi @EvieCutrell, looks like the issue you are seeing in the preview page is caused by loading in the auro-sidenav and auro-accordion bundled js from the CDN. We are already loading in a version of these auro components in the content client so loading in another version could cause a race condition. Simply removing these should make the accordion work in your preview link.
Code to remove from the generic text rendering component inside Contentstack entry:
If you require a later version of either the auro-sidenav or auro-accordion, please work with the ContentEnablement team to get the version we are using throughout our content client.
Also here is an example entry similar to your original page with the bundled js references removed. https://retrostack-test-frontdoor.azurefd.net/content/copy-accordion-issue
Please verify the version of auro-accordion you have installed
4.0.2
Please describe the bug
Reproducing the error on the docsite
None
Expected behavior
Accordion should work similar to how it does in the following link: https://codepen.io/ecutrell/pen/MWMOrgr accordion should show contents when open scrollable section or not text wrapping *all 8 lines are visible when open and not cut off
Code on Codepen and Contentstack are exactly the same.
What browsers are you seeing the problem on?
Chrome
Additional context
If unable to access contentstack env or any other questions please feel free to reach out to myself; Evelynn Cutrell
Exit criteria
No response