-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.5.0 RC1: responsive accordion tabs do not work anymore #11360
Comments
This comes from the |
Should we do some bisecting? |
ncoden
added a commit
to ncoden/foundation-sites
that referenced
this issue
Jun 30, 2018
$(...).off(undefined) removes all the attached event listeners, including those outside Foundation of unrelated to the issue. This commit fixes foundation#11360 and probably others issues by checking for variables expected to be listeners names before using it to remove the listeners. [This fix is compatible with v6.5]
ncoden
added a commit
to ncoden/foundation-sites
that referenced
this issue
Jun 30, 2018
$(...).off(undefined) removes all the attached event listeners, including those outside Foundation of unrelated to the issue. This commit fixes foundation#11360 and probably others issues by checking for variables expected to be listeners names before using it to remove the listeners. [This fix is compatible with v6.5] Closes foundation#11360
14 tasks
See #11366 |
This was referenced Jul 3, 2018
Merged
This was referenced Apr 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
responsive accordion tabs should work, they should switch between tabs and accordions.
Current Behavior
It does not change between tabs and accordions.
Possible Solution
Test Case and/or Steps to Reproduce (for bugs)
Test Case: https://codepen.io/DanielRuf/pen/MXzvMM?editors=1100
How to reproduce:
Context
Your Environment
Checklist (all required):
The text was updated successfully, but these errors were encountered: