enterprise-wc icon indicating copy to clipboard operation
enterprise-wc copied to clipboard

IdsAccordion: Indentation changes after reattach

Open janahintal opened this issue 11 months ago • 0 comments

Describe the bug A clear and concise description of what the bug is. Related #2040

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://main.wc.design.infor.com/ids-accordion/icon.html
  2. Notice tha accordion indention
  3. Paste (function() { const container = document.querySelector("ids-accordion"); const parent = container.parentNode; parent.removeChild(container); parent.appendChild(container); })()
  4. 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

janahintal avatar Mar 22 '24 04:03 janahintal