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

hovering over the html element which is assigned joyrideStep shows the the step title in angular 8. #255

Open
ghost opened this issue Jan 13, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 13, 2021

Describe the bug -
As per the library documentation, we need to specify title to the step which will be visible to us the in the dialogue box which popup when we start the tour. the issue is this title shows up whenever we hover over the html element which is assigned joyrideStep.

To Reproduce -

  1. Write the below line in your html file.
    <div joyrideStep="secondStep" title="Page Title" text="Main title!">Div content</div>
  2. Hovel over the div.
    You will see a popup saying Page Title which is same as the title you assigned in above div.

Expected behavior -
It should not show anything when hovering over the html element. It should only display the title and test whenever we start the tour.

Screenshots -

Details (please complete the following information): -

  • Browsers: I have tested it with chrome, mozilla and edge. not sure about safari.
  • Angular 8
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

0 participants