usablica / intro.js

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

Popup Width is too small for navigation menus #38

Closed fizerkhan closed 11 years ago

fizerkhan commented 11 years ago

introjs-issue

Popup width is too smal when we have tour on the navigation element which text is too small or icon only.

rickhanlonii commented 11 years ago

I have a pending feature for this that will allow an override to the width by adding data-width as a attribute. Waiting for pull request #16

fizerkhan commented 11 years ago

@rickhanlonii Thanks and We too wait for it.

afshinm commented 11 years ago

Yeah I saw @rickhanlonii's pull request but actually we need to set a min-width to tooltip actually, for example 200px. I'll fix it in next version.

afshinm commented 11 years ago

Marked as bug. Thanks @fizerkhan

rickhanlonii commented 11 years ago

Yeah, that's a good idea even without a custom width feature.

afshinm commented 11 years ago

@rickhanlonii Yeah.

afshinm commented 11 years ago

Fixed.