tnicola/ngx-joyride

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

Opened this issue · 0 comments

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