-
Notifications
You must be signed in to change notification settings - Fork 45
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
(click) and routerLink do not works inside of ngxSlickItem in some cases #25
Comments
Closed. open new issue if any question. |
Why closed?? it is fixed? |
Thanks. Any comments? |
#53 #30 #45 I hope following code will work for above issuesJavascrip or TypeScrip (if you are using Angular) this.slideConfig = { css |
does not solve the problem # 25 |
I'm not sure which are the cases, but in some cases
(click)
event androuterLink
do not work inside ofngxSlickItem
.If the amount of items fit inside of the screen (let says there is not scroll) works always fine. But having more items start to fail. Here you can see the erorr working
https://lautarobock.github.io/slick-bug/
If you try to click in one of the two buttons of the last item do not work (should change the route), but if you scroll to the left works.
and the repo is here https://github.com/lautarobock/slick-bug
The text was updated successfully, but these errors were encountered: