You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrade to v3.2.1 plugin does work. But does not work as expected.
On my project it highlights wrong elements. Take a look at screenshot:
note position of scrollbar and that very last element is highlited and first one is not.
I populate items dynamically, maybe this is issue. Code looks like that
<ulclass="contest"><ling-repeat="item in docs"><ang-click="scrollTo('section'+item.id)" data-scrollspy-listen="section{{item.id}}">{{ item.title }}</a><ul><ling-repeat="cont in item.doccontent_set"><ang-click="scrollTo('topic'+cont.id)" data-scrollspy-listen="topic{{cont.id}}">{{ cont.title }}</a></li></ul></li></ul>
Also scrolling page doesn't help much. Any other item isn't activated, except the one 'Tutorial' on a more or less valid scroll position.
The text was updated successfully, but these errors were encountered:
If you could replicate the issue in a plnkr (/ fork demo) or similar, easily, that would be fantastic (eg try applying your dynamic creation to the ScrollSpy demo). I should be able to have a noodle over it in the next few days.
After upgrade to v3.2.1 plugin does work. But does not work as expected.
On my project it highlights wrong elements. Take a look at screenshot:
note position of scrollbar and that very last element is highlited and first one is not.
I populate items dynamically, maybe this is issue. Code looks like that
Also scrolling page doesn't help much. Any other item isn't activated, except the one 'Tutorial' on a more or less valid scroll position.
The text was updated successfully, but these errors were encountered: