ibufu / vue2-scrollspy

Scrollspy for Vue2
https://ibufu.github.io/vue2-scrollspy/
MIT License
135 stars 32 forks source link

Does not work on Firefox #2

Closed pepzwee closed 7 years ago

pepzwee commented 7 years ago

I was testing this on Chrome, everything was working fine. Then I switched to Firefox and Firefox Dev and saw that it was not updating the active positions nor scrolling to the elements when clicked on.

Neither does the example page https://ibufu.github.io/vue2-scrollspy/ update the menu on the left on Firefox.

ibufu commented 7 years ago

@pepzwee , I found that document.body.scrollTop is always 0 on Firefox. I am looking for a solution.

ibufu commented 7 years ago

Fixed in 1.1.2