Hello,
When i use the FullCalendar with Dublin Theme i have the follow error:
"jQuery.Deferred exception: $(...).tooltipster is not a function @https://ptorres.outsystemscloud.com/Calendar_Test/Home.aspx?_ts=636510319172438994:137:5j@https://ptorres.outsystemscloud.com/Calendar_Test/Blocks/FullCalendar/Libraries/jquery.js?1423:2:29946g/</k<@https://ptorres.outsystemscloud.com/Calendar_Test/Blocks/FullCalendar/Libraries/jquery.js?1423:2:30262"
And the balloon of user in top right corner not works.
Someone has a ideia to solved this problem?
Regards, Paulo Torres
Hi Paulo,
It's strange... You seem to be using a different jquery version (3.1.1 instead of 1.8). Can you share your oml so that we can check it?
Cheers,
José
Hi Paolo.
I had the same problem. There is a mismatch between jquery versions and the developer advised me not to use tooltips from WebPatterns in the App to solve it. Could that solve your problem, at least for now?
With best regards,
Íris
Íris wrote:
Hello Iris,
How to resolved this problem?
Regards
Thanks for the answers. Maybe i will do a toggle by another way.
I'm using jQuery version 1.8. I share a test oml.
Thanks :)
What version of the Full Calendar 2 are you using?
You seem to be using a version that is not stable. Do you really need some feature from there? Or can you use the stable version?
I'm saying this because the stable version uses the version 1.8 of jQuery. And that one should not have any conflict with the Web Patterns' widgets.
Check the versions here:
https://www.outsystems.com/forge/Component_Versions.aspx?ProjectId=966
This is a basic problem, i suggest you remove the reference to JQUI from FullCalendar2.Anyways you are adding JQUI in you parent project - but you need to take care that you do this in every project.Any other similar references can be removed.
Regards,
Indrajeet
Hi everyone!I know that some time has passed since this Post was created but I will leave some feedback here on how to solve it because this week I needed to use FullCalendar on an OS9 web app and I had this problem. It may help someone.
The problem happens when we have 2 different versions of jQuery on the same page. By default we have loaded version 1.8+ in the application and the latest stable version of FullCalendar already uses version 3.1.1
Obviously, when we have 2 versions the last one to be loaded on the page will use $. or jQuery. object and we start having problems. That is why we should never have 2 versions of jQuery on the same page.
But in this case where we need the Calendar and don't want to downgrade it, how can we resolve it?
Here's what I did and it worked well:
If everything is correct, it should work!
Feel free to ask questions, I apologize for not having screenshots to help explain, but if you are interested I can create an article with all the detailed steps.
This is a solution that should also work for other components that need a different version of jQuery.
It is not the best in terms of performance, the ideal was to have only one version of jQuery on the platform and always use these but it is not always possible.
Hi Danielo, I’m currently working on a tooltip issue. I have two JavaScript components that are part of two client actions for the tooltip block. I’ve already copied these from the Widget UI module to my front-end module, where I can edit the JavaScript code. However, unlike what you explained, I don’t have calendar.js. I only have min.js and removelisteners.js. Also, I don’t have two versions of the tooltip. Could you please suggest what I should do next ?