Skip to content

Click event listener rework #2

@segallagher

Description

@segallagher

When creating an event listener, it only blocks the type of click you've defined it to listen for on that particular step.

If you are looking for a dblClick, it will not block click actions.

It also does not keep a list of all active click event listeners, so if the tour ends in any unnatural way you will likely not be able to click anymore.

Perfect click event listener list

  • Blocks all types of clicks
  • Executes code on one particular type of click
  • Has a global catalogue of event listeners, so all listeners could be removed cleanly and not be forgotten

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions