-
Notifications
You must be signed in to change notification settings - Fork 49
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
Support setting the tooltip text as an attribute #84
Comments
You can use bindings without having the tooltip as an attribute: http://jsbin.com/woqoleh/edit?html,output Does that work for you? |
I do agree that as a feature request using the target's title would be nice. Would you be interested in sending a PR for that? |
@notwaldorf I looked at your jsbin, thing is i want to avoid light dom (FUOC) showing up before elements are loaded if possible. I'm trying to use polymer on a non SPA application so I cant use |
@notwaldorf I could try to submit a PR for new functionality, but i think that best option to implement that for pages that have 100 tooltips or more would be to have something like |
@ergo have you tried adding |
@notwaldorf Yes, but I'm adding elements to a non-SPA application, so hiding whole body and showing it via If I could use |
@notwaldorf I was also thinking that maybe for web application another option (or another element) that would behave like
So the tooltip would work and position on both light and shadow dom using delegated events? |
Hello,
Would it be possible to use paper tooltip similar way to the paper-toast?
I would love to be able to use it like:
Or even read the title property of the element the tooltip attaches to programmaticly.
The text was updated successfully, but these errors were encountered: