creativetimofficial / ct-argon-design-system-pro

9 stars 5 forks source link

Tooltips not working #7

Open nictrix opened 4 years ago

nictrix commented 4 years ago

Version

Latest

Reproduction link

https://demos.creative-tim.com/argon-design-system-pro/docs/1.0/components/tooltips.html

Operating System

Windows 10

Device

Desktop

Browser & Version

Chrome Latest Stable

Steps to reproduce

Click a tooltip button and nothing shows up

What is expected?

Tooltip should show up

What is actually happening?

Nothing shows up


Solution

Additional comments

rarestoma commented 4 years ago

Hi @nictrix,

Thank you for working with our products and for pointing us this issue.

Please try with an 'a' tag like in the following example:

<a href="#" tab-index="0" rel="tooltip" class="btn btn-sm btn-primary btn-tooltip" title="nice tooltip">Test</a>

Please let me know if it works.

All the best, Rares

nictrix commented 4 years ago

This is on your documentation website, the tooltips don't show up properly.

image

Scorfly commented 3 years ago

No news about this issue ?

rarestoma commented 3 years ago

Hi @Scorfly,

Thank you for working with our products.

Can you please tell me the device where you tested and the browser so I can test it too?

Thank you, Rares

rarestoma commented 3 years ago

Hi @Scorfly,

It is a problem from the argon-design-system.js file.

Please remove$('.wrapper .login-page, .register-page, .card').perfectScrollbar();. (You have also to change the argon-desing-system.min.js file). Now it should work.

Thank you, Rares