Side navigation
#13971 closed bug (notabug)
Opened May 31, 2013 04:13PM UTC
Closed May 31, 2013 04:28PM UTC
toggle() function in v.1.9.1+ causes selector element to disappear (display:none;)
Reported by: | tj@spinwebdesign.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Reproducible here: http://jsfiddle.net/XN3Ec/
Browsers tested: IE9, Firefox 21 and Chrome 26
When jquery 1.8.3 or earlier is used the "+" and "-" trigger (.toggle-link) is visible and allows for expansion and collapsing of paragraph (.description) text.
When jquery 1.9.1 or greater is used, the "+" and "-" element is set to display none so expansion and collapsing of paragraph text is impossible.
Thank you!
TJ
Though the original link demonstrates the problem, this link properly demonstrates the switching of the the "+" and "-" text: http://jsfiddle.net/xDZRE/ but still reflects the bug.