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

Scroll-bar plugin in Vue lifecycle breaks facet-bars and facet-timeline instances. #26

Open
karlolsonuc opened this issue Oct 19, 2021 · 0 comments

Comments

@karlolsonuc
Copy link
Contributor

Adding the scroll-bar plugin to a facet-bars or facet-timeline seems to result in a issue on load/refresh where in the data never renders to the facet instance when being run in Vue. It can be hot-loaded into a vue component, but once you reload the page, the error occurs and does for every subsequent attempt to load by any means (reload or navigation to page with a component with the facet-bars/scrollbar combo. Initial exploration of the bug provides little clue as to why this occurs as it does appear to trigger the render code and events otherwise with no logged failure in the console. Also, the entire issue goes way if the scroll-bar is swapped for a zoom-bar.

At very least, the documentation should be updated to note that vue users should avoid the scroll-bar plugin, preferring the zoom-bar until the issue is solved. It could possibly be a vue level issue such that only additional example documentation is needed to reliably use the scroll bar in vue projects.

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