enterprise-wc
enterprise-wc copied to clipboard
IdsAccordion: Indentation changes after reattach
Describe the bug A clear and concise description of what the bug is. Related #2040
To Reproduce
Steps to reproduce the behavior:
- Go to https://main.wc.design.infor.com/ids-accordion/icon.html
- Notice tha accordion indention
- Paste (function() { const container = document.querySelector("ids-accordion"); const parent = container.parentNode; parent.removeChild(container); parent.appendChild(container); })()
- Notice the indentation changes
Expected behavior A clear and concise description of what you expected to happen.
Version
- ids-enterprise: [e.g. v4.9.0 or v4.10.0]
Screenshots If applicable, add screenshots to help explain your problem. https://github.com/infor-design/enterprise-wc/assets/45757016/0df92420-4dfb-4124-9098-1afc9111a9f7
Platform
- Infor Application/Team Name: [e.g. Infor XYZ, Infor ABC]
- Device: (if applicable) [e.g. iPhone 6 or Samsung Galaxy S6]
- OS Version: [e.g. Windows 10 or iOS 8]
- Browser Name: [e.g. chrome, safari, stock browser]
- Browser Version: [e.g. 22, 66.0.3359.181 (Official Build) (64-bit)]
Additional context N/A