usablica / intro.js

Lightweight, user-friendly onboarding tour library
http://introjs.com
Other
22.8k stars 2.59k forks source link

Not showing highlighted text correctly #900

Closed devWaleed closed 5 years ago

devWaleed commented 5 years ago

Description

Not showing highlighted text correctly

Expected Behavior

To highlight dashboard or selected item

Actual Behavior

What actually happened? Hidden by white overlay

Errors and Screenshots (optional)

Give us any additional information if you have. unable to show properly

Environment (optional)

Working with VueJS. Using 'vue-introjs' with intro.js's cdn js/css links.

wandarkaf commented 5 years ago

Duplicate #884. It happen to me, exactly as you describe. Maybe a PR would be nice?

flaviomsb commented 5 years ago

I've got exactly the same problem.

frkn-aydn commented 5 years ago

I have the same problem here.

YochevedZ commented 5 years ago

I have the same problem, any solution?

NuijtenDev commented 5 years ago

I've had the same problem. The solution is to create a eventlistener that starts introJS when the selected Vue componenent is loaded. This way introJS can select the element correctly.