tnicola / ngx-joyride

Angular Joyride/Tour library
https://tnicola.github.io/ngx-joyride/
MIT License
244 stars 98 forks source link

title attribute causes triegger native tooltip #827

Open Leonardonline opened 1 year ago

Leonardonline commented 1 year ago

Using the title attribute to set the step title causes the appearance of the native broser tooltip.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'demo'
  2. Hover on ngx-joyride
  3. See the native tooltip shows "Page title"

Screenshots image

PURUSHOTHAM-REDDY-N commented 1 year ago

hi @Leonardonline your have to use title like this use the property binding syntax [title]=" 'title text' " this will not trigger the tooltip

Use of the title attribute in an HTML document triggers tooltip

Leonardonline commented 1 year ago

Hi @PURUSHOTHAM-REDDY-N are you sure?

I just tried with version 2.5.0 and the tooltip comes up

PURUSHOTHAM-REDDY-N commented 1 year ago

I checked it in my angular app it worked fine you have to use like this [title]=" 'title text' "