Closed nigelsim closed 6 years ago
Mi approach: The highlighted element has the class ui-tour-active-step
, so you can disable it with CSS.
.ui-tour-active-step {
pointer-events: none;
}
Hey @nigelsim, sorry for the long delay. The ability to click the step target was actually a requested feature, but @cesarluis13915's suggestion is the best way to handle your use case.
I am using the exact versions of the following:
I have installed this library via: yarn
I have observed the following behavior:
When a popup is shown it highlights the control being "toured", and I can click on that control.
This is how I expected it to behave:
I should not be able to click on the control because this will change the UI or start a process, which may not be fully intended.
Here is my tour config, and all related step configs:
No special config in use, other than what is in the HTML
Additional notes/code:
We work around this currently using the following code: