ngx-copilot icon indicating copy to clipboard operation
ngx-copilot copied to clipboard

Angular 10.1: Step doesn't activate

Open ksilz opened this issue 3 years ago • 2 comments

In my tour, the third step (the "Home" bread crumb) doesn't get activated. It's the step with the ID 11100. I can see that this.coPilot.next('11100') is being called, but it just doesn't light up. Now it's in a separate Angular component, but that works in another case.

I can also see the body which has the ngx-copilot-active-step-10200 class (which is the second step) then doesn't have the ngx-copilot-active-step-11100 class. See the animated GIF below for details.

How can I find out why my step isn't being found?

Step does not light up

ksilz avatar Oct 07 '20 12:10 ksilz

Please don't worry about this for now. I switched from your library to ngx-joyride because of this issue (it happened in two places). What I also like about ngx-joyride is that I don't have to position the content by hand.

ksilz avatar Oct 07 '20 14:10 ksilz

Don't worry, I'll check it out when I have some free time.

leifermendez avatar Oct 07 '20 14:10 leifermendez