-
Notifications
You must be signed in to change notification settings - Fork 304
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
YiiBooster not compatible with jQuery UI? #475
Comments
Somehow I haven't found it. I guess I'll close it here. Thanks! |
I resolved the problem using the suggestion here ( #316 (comment) ). I used grep and changed all occurences of 'tooltip' to 'tooltipbootstrap' in the bootstrap directory - it works great now. Thanks for pointing out those tickets @hijarian! |
@ageusz Do you will commit the files? I´m having this problem on my project and need to fix this bug on it. |
@zanforlin - I'm not to familiar with the github I have to admit. I'll try to learn how to do it and commit it. Meanwhile - you should try to use |
I just had to do the fix again in linux. Here's what I did: |
doesn't this solution mean that you are no longer using a "stock" version of bootstrap and that any bootstrap update will be a breaking change? |
@PrplHaz4 - yes, practically "my version" is no longer a stock one. Still - I think it's not a big problem. Without this change - I would have tooltips sometimes broken - not a super big deal. Bootstrap update? Well I can always get update and make same changes to it. Ofcourse - if better solutions will show up - I will be happy to use it. |
Guys, if the main maintainer did not changed the relevant strings himself doesn't mean no one can do a PR. This way the change proposed will be in 1.0.7 and you will not suffer from any regressions. |
@hijarian - I'm kind of newbie and I don't know what is a PR and how to do it. When I'll have a bit of time I'll try to catch it up and do it. |
Not sure if any yiibooster features lost by temporarily regressing to a 1.8.xx version of jquery-ui - but useful to me so far so someone else researching might find it useful to do the same
|
@andrewblake1 is ture |
Hi,
I need to use a DateTimePicker but it is not yet available in YiiBooster. So I used the extension for Yii ( http://www.yiiframework.com/extension/datetimepicker ). Unfortunately it conflicts with YiiBooster tooltips. I guess it overrides the popover or sth. All tooltips are shown in the white container (just like the one for the picker). Same thing happens when I use Yii's default DatePicker at the same page where for example TbButtonColumn.
Is it known issue? Do you know how to deal with it?
The text was updated successfully, but these errors were encountered: