-
Notifications
You must be signed in to change notification settings - Fork 31
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
Make content inside of target be clickable [Counter-intuitive] #34
Comments
I have the same question. I need the user to be able to interact with my input field while the tour is in progress. |
Same here! Would like my user to click things / enter text into target element. Without these the package, although very nice is not really functional :( |
@ptrtht @ra-dave @JamMaster1999 @jeffplourd @PhoenixFnX I played around with the example tour on the package site and was able to make the highlighted target elements intractable, other thank links that would navigate within the current tab (opening links in a new tab works though), simply by adding @sjmc11 IMO it probably makes sense to either document this, or add an option directly supporting this so folks can more easily control these sort of interactions. It would also be ideal to elegantly support using these interactions to navigate to the next tour step, so users can try out the interaction a tour step is describing and in doing so, transition to the next step of the tour. Again, thanks for the great work on this library! Original comment: I'll add my vote for this as well. Just stumbled across this library and it looks fantastic all around, but without the ability to interact with targeted elements, this wouldn't be usable for most use cases I'd otherwise love to adopt it for. From working through issues with the implementation of interactive-highlighted elements with similar libraries, I can appreciate the challenges involved in achieving this robustly across a diversity of contexts and browsers, so I know this isn't necessarily a light lift, but are there any plans or thoughts maintainers / contributors could share on this front? Appreciate the work regardless, this is a great little package! |
Hey, thanks for the conversation on this issue. Definitely something that can be made possible with a configuration option. I'll try and find the time to get this updated soon. Will likely be early September due to other commitments. |
Hey guys, sorry I forgot to update everyone here. |
@sjmc11 does the |
Is there a way to make the content inside the target clickable? Right now the opposite is true. The content outside of the target is clickable and the content inside is not clickable.
This is counter intuitive to the user because they should be able to easily click inside the target so that they can practice using the product through the interactive tutorial.
Besides that great library!!
The text was updated successfully, but these errors were encountered: