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

title attribute causes triegger native tooltip #827

Open
Leonardonline opened this issue Mar 10, 2023 · 3 comments
Open

title attribute causes triegger native tooltip #827

Leonardonline opened this issue Mar 10, 2023 · 3 comments

Comments

@Leonardonline
Copy link

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
Copy link

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
Copy link
Author

Hi @PURUSHOTHAM-REDDY-N are you sure?

I just tried with version 2.5.0 and the tooltip comes up

@PURUSHOTHAM-REDDY-N
Copy link

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

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

2 participants