carbon-design-system / carbon-components-svelte

Svelte implementation of the Carbon Design System
https://svelte.carbondesignsystem.com
Apache License 2.0
2.68k stars 261 forks source link

Dropdown breaks when iframe #1875

Open wilsonwong13 opened 9 months ago

wilsonwong13 commented 9 months ago

Running into an issue with using the dropdown component that is iframe. Running into this issue

Most likely from this code - parent.addEventListener("click", pageClickHandler); - https://github.com/carbon-design-system/carbon-components-svelte/blob/16007759681015f3b58cd1df590403d6b695aa74/src/Dropdown/Dropdown.svelte#L163C6-L163C58