Open joaquinglezsantos opened 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
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/
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