-
-
Notifications
You must be signed in to change notification settings - Fork 533
My tooltip does not appear #469
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
Comments
If your item is not a child of the ReactToolTip, you need to use the |
That didn't fix it unfortunately. |
It works if I add a tooltip to another page element even without specifying an id. Why doesn't it like my generated table header cells? |
It's because your generated table cells aren't present when the Tooltip is
created. You need to call `.rebuild()` after they are created so the
tooltip can discover them.
…On Thu, Feb 14, 2019 at 6:46 AM FruitAndAShape ***@***.***> wrote:
It works if I add a tooltip to another page element. Why doesn't it like
my generated table header cells?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#469 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AS_pnXxHFqI6aoo5Wzg9bTs7uaJnyS-Qks5vNUyEgaJpZM4a6D10>
.
|
Where is the optimum place to do this? After every render? |
I did this...
|
docs(readme): add tip on rebuild for dynamic content relates to #469
I have...
Just like the instructions say. If I uncheck a bunch of CSS rules then I can see the tool tip sitting empty on the screen.
But it doesn't appear when I roll over the . What reason could there be for this?
The text was updated successfully, but these errors were encountered: