Opened 10 years ago
Closed 10 years ago
#13971 closed bug (notabug)
toggle() function in v.1.9.1+ causes selector element to disappear (display:none;)
Reported by: | 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
Change History (2)
comment:1 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
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.