-
Notifications
You must be signed in to change notification settings - Fork 306
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
Tooltip malformed in TBGridView if the grid is inside a CJuiAccordion #271
Comments
I have the same problem with TbExtendedGridView. |
Update: there seems to be a conflict with Jquery components, in fact on my webapp the problem occurs on pages that use CJuiAccordion or CJuiDialog. |
Confirm @fdelprete, I reproduced the problem. On the problematic page I have TbExtendedGridView with CJuiDialog widget. |
@fdelprete, @sanjarbek both of you are right. Maybe the solution is the order where the css files are placed or write a fix to the bootstrap-yii.css file |
@tonydspaniard: I think it depends on the version of jQuery UI because I saw that using the jQuery UI version - v1.9.2 the problem occurs while the jQuery UI version - v1.8.22 works fine, but unfortunately I am not able to produce a fix. Maybe the fact that the latest versions of jQuery UI include jquery.ui.tooltip.js that causes conflict? |
Done in #316 |
The tooltips in the TBGridView standard actions (view, delete, edit) are displayed incorrectly.
I noticed the same behaviour in another case where a TBGridView is used with others components, but I could not determine why.
The text was updated successfully, but these errors were encountered: