usablica / intro.js

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

Calling introJs.exit does not fire oncomplete callbacks #242

Closed andrewjmead closed 7 years ago

andrewjmead commented 10 years ago

Version

I'm using version v0.7.0 of IntroJs.

Problem

onexit() callbacks are not fired when the tour is closed via exit().

If I attach a callback via onexit():

intro.onexit(function () {
    console.log('exiting');
});

It is not called when the tour is closed via calls to exit(). `intro.exit()``

Expected Result

I would expect callbacks registered with onexit() to be fired. They are not.

salihaatak commented 9 years ago

@afshinm I guess IntroJS project is down, will not continue, right?

afshinm commented 7 years ago

Fixed.