Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.12k stars 4.94k forks source link

[Accordion] - Accordion content with script #6735

Open joaquinglezsantos opened 5 years ago

joaquinglezsantos commented 5 years ago

Steps to Reproduce If div.content has child script, will see javascript content text

Solution In component library, for select children $activeContent.children() must be $activeContent.children(':not(script)') for not animating child show/hide

Testcase https://codepen.io/Jgonzalez92/pen/bzbRap

lubber-de commented 5 years ago

A fix for this bug is already prepared in Fomantic-UI by https://github.com/fomantic/Fomantic-UI/pull/357 See your adjusted example here: http://jsfiddle.net/sznp692v/