Skip to content
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

error when non-tab anchor active #2

Open
abcflorida opened this issue Jul 14, 2018 · 0 comments
Open

error when non-tab anchor active #2

abcflorida opened this issue Jul 14, 2018 · 0 comments

Comments

@abcflorida
Copy link

When the page has modals like id="modalOne", id="modalTwo" as well as tabs ( id="tabOne", id="tabTwo" ) in page. The sticky tabs script tries to process the modal anchor as a tab which causes js exception.

image

The problem seems to be that stickytabs does not do a typeof check before passing off to tab.js. Does anyone else have this problem? Is there a known method to deal with this?

This causes pages with #modalTwo in the url to break when refreshing the page using f5 or ctrl+shift+r

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant