usablica / intro.js

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

intro.js & jQueryUi #95

Closed vanitom closed 10 years ago

vanitom commented 11 years ago

It seems there is some problems with jQueryUI. Is quelq'un to find out why?

Here is an example of the problem I found http://jsfiddle.net/cHxvz/

afshinm commented 11 years ago

Yeah that's a problem with UI toolkit like ExtJs or jQuery UI. Those tools are going to make elements on the fly and add it to the page (document exactly) so IntroJs is unable to find the target elements correctly.

I'm working on this problem for next version, thanks for report @vanitom, marked as bug.