Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltips in Gii not working #347

Closed
etienneq opened this issue Feb 25, 2013 · 5 comments
Closed

Tooltips in Gii not working #347

etienneq opened this issue Feb 25, 2013 · 5 comments
Labels
Milestone

Comments

@etienneq
Copy link

When bootstrap component is preloaded in main.php, tooltips are no longer displayed in Gii. Yii Booster's tooltip implementation seems to conflict with Yii's one.

bootstrap.css defines opacity: 0; on line 5077. When clicking into a form field that value is not changed.

Regards
Etienne

@EugeneBogun
Copy link

Hello. I have similar problem.
After include booster i can't use tooltip
this is my error
Uncaught TypeError: Object [object Object] has no method 'tooltip'

@magefad
Copy link
Contributor

magefad commented Mar 29, 2013

Where this?

@hijarian
Copy link
Contributor

@magefad I think @etienneq meant that if we preload the bootstrap component, and include the Gii module and go to Gii then no usual tooltips will be displayed (don't remember, btw, where there any tooltips, sorry :) ).

@etienneq
Copy link
Author

etienneq commented Apr 2, 2013

@hijarian is right. Btw: Gii's tooltips are displayed when clicking into an input field. :-) All generators (except model generator) have such tooltips.

@hijarian
Copy link
Contributor

Fixed in 1.1.0-wip branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants