-
Notifications
You must be signed in to change notification settings - Fork 94
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
the Title input contradicts the HTML global title
attribute
#76
Comments
title
attributetitle
attribute
Just write |
The problem is in the input name itself, it's a bad decision to name a directive input with standard name like "title". What if I'd like to keep the default title attribute behavior? Author should consider an API change. Use prefixes, just like Angular devs recommend in the docs.. |
Totally agree with you, this is just a workaround ;) |
@tnicola this is an actual problem! |
Describe the bug
ngx-joyride is using the
title
input for the step title. This contradicts the HTML globaltitle
attribute which results in showing a tooltip over the content of the step which can be annoying for large areas.To Reproduce
Steps to reproduce the behavior:
joyrideStep
directive. (without the tour guide being active).Expected behavior
Not show the default browser tooltip for the element that uses
joyrideStep
Screenshots
If applicable, add screenshots to help explain your problem.
Details:
The text was updated successfully, but these errors were encountered: