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
When a step is having both nextOnAnchorClick and closeOnOutsideClick, clicking on the anchor is closing the tour instead of going to the next step.
I found a way to fix this issue from the user side, which also enhance a bit the backdrop, by adding a div color-backdrop when the tour is present, with the following scss:
Maybe you could to try to include that fix natively, or maybe another solution which could potentially work on all situations, since mine is quite specific to Material Design😄
Angular version
16.2.6
Ngx UI Tour version
11.0.4
Which browsers have you used?
Chrome
Firefox
Safari
Edge
Which operating systems have you used?
macOS
Windows
Linux
iOS
Android
The text was updated successfully, but these errors were encountered:
hakimio
changed the title
🐞 - nextOnAnchorClick not working with closeOnOutsideClick
🐞 - [md-menu] nextOnAnchorClick not working with closeOnOutsideClickOct 16, 2023
Which ngx-ui-tour-* package is the source of the bug?
md-menu
Please provide a link to a minimal reproduction of the bug
https://stackblitz.com/edit/angular-wau2z8?file=src%2Fapp%2Fui-tour-demo.component.ts
Description
When a step is having both
nextOnAnchorClick
andcloseOnOutsideClick
, clicking on the anchor is closing the tour instead of going to the next step.I found a way to fix this issue from the user side, which also enhance a bit the backdrop, by adding a div
color-backdrop
when the tour is present, with the following scss:And having the following scss on active anchor, though it requires to add
clickable
on the anchors having closeOnOutsideClickMaybe you could to try to include that fix natively, or maybe another solution which could potentially work on all situations, since mine is quite specific to Material Design😄
Angular version
16.2.6
Ngx UI Tour version
11.0.4
Which browsers have you used?
Which operating systems have you used?
The text was updated successfully, but these errors were encountered: