gfranko / jquery.tocify.js

A jQuery Table of Contents plugin that can be themed with Twitter Bootstrap or jQueryUI.
http://gregfranko.com/jquery.tocify.js/
MIT License
927 stars 217 forks source link

Show/Hide with scroll & nested selectors #5

Closed egeloen closed 12 years ago

egeloen commented 12 years ago

Hey!

It seems the show/hide behaviors fails with nested selectors & scroll. If I use this structure:

level 1
  level 1.1
    level 1.1.1
    level 1.1.2
  level 1.2
    level 1.2.1
    level 1.2.2
  level 1.3
    level 1.3.1
    level 1.3.2

When I scroll to the level 1, the lib works fine but when I scroll to the level 1.1, the level 1.2 and 1.3 show. It is the same if I scroll to level 1.2 or 1.3.

If I scroll to the level 1.1.1 the level 1.2 and 1.3 hide.

Thanks for reading :)

gfranko commented 12 years ago

I just created a jsbin to try to recreate your bug. From what I see, it looks like it incorrectly shows some of the nested elements but then hides the elements correctly. Is that what you see as well?

egeloen commented 12 years ago

Yes

gfranko commented 12 years ago

@egeloen I just released Tocify v0.9.0, so everything should work for you now. Let me know if you have any issues!

egeloen commented 12 years ago

All works fine. Thanks again :)