usablica / intro.js

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

Element highlighting does not work in the Chrome browser #921

Closed YochevedZ closed 3 years ago

YochevedZ commented 5 years ago

Description

Element highlighting does not work in the Chrome browser

Expected Behavior

Highlighting the elements works in all browsers

Actual Behavior

Highlighting works in all browsers except Chrome

Errors and Screenshots (optional)

Attached screenshot from Chrome vs Safari image image

Example (recommended)

js: introJsTest() { let intro = introJs(); intro.setOptions({ steps: [ { element: '#step1', intro: 'This is the 1st step', position: 'left' }, { element: '#step2', intro: 'This is the 2nd step', position: 'left' } ] }); intro.start(); } html:

1st step

2nd step

Environment (optional)

Intro.js version = 2.9.3 Ionic environmwnt.

greenm1nd3d commented 5 years ago

The developer doesn't support this project anymore. Time to move on to Shepherd.

IsmaelSANE commented 5 years ago

Hi @YochevedZ I have kind of the same issue with chrome so how did you handle the situation ?

YochevedZ commented 5 years ago

@IsmaelSANE I'm now trying to work with Shepherd as @greenm1nd3d advised.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.