Skip to content
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

Feature request - extra event to mark end-of-tour. #69

Open
nhward opened this issue Jul 8, 2024 · 0 comments
Open

Feature request - extra event to mark end-of-tour. #69

nhward opened this issue Jul 8, 2024 · 0 comments

Comments

@nhward
Copy link

nhward commented Jul 8, 2024

I have a situation where controls are coming and going (show / hide) depending on where the mouse is. Cicerone does not seem to want to highlight hidden controls, which is perfectly reasonable behaviour of Cicerone.

To elegantly fix this I need events that mark the start and end of a Cicerone dialogue so I can programmatically ensure the controls are visible and remain so at the beginning of a guided tour. At the end, I can restore the normal show/hide behaviour.

Knowing when a Cicerone session begins is trivial as I plan to have a button to trigger the tour. I lack an event that marks the end of the tour (either by reaching the end or stopping early). A pedant might claim these are different events esp. in the context of "run-once".

Any chance of an input$<id>_cicerone_ended? ... or is this already available but I have not found it yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant