Closed (fixed)
Project:
Calendar Tooltips
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2014 at 19:14 UTC
Updated:
18 Jul 2020 at 09:44 UTC
Jump to comment: Most recent
Comments
Comment #1
berin commentedComment #2
Sherbet commentedNor anything newer it seems. (I tried 1.8 and 1.9). Reverting to 1.5 worked for me, but that's not an option. I'll see if I can find out how to get it to work with newer versions of jQuery too. If anyone has a quick solution, feel free to post it.
Comment #3
Jorgee commentedI don't know what your problem was, but I had a console error
$text.outerHeight is not a function
What I did to fix it was to assign $text to the JQuery selector first, and only after that modify it with the original "append" and "css" functions, because I saw it was an empty object when issuing the error:
I am using JQuery 2.1.4 and the tooltips are so far working ok.
Comment #4
kniekel commentedThank you Jorgee (#3),
it seems you have a solution for my everlasting problem.
Unfortunately I have no idea where to put this snippet. I didn't find anything similar to that in the module.
Can you help me?
Edit: OK, well, ehm, I found it. In Beautytips. I only searched in Calendar Tooltips. :-)
Had to add
jQuery.curCSS = jQuery.css;
to make it work with jquery 1.8
Comment #5
sgurlt commentedI created a patch based on #3 for the beautytips module: https://www.drupal.org/node/2617148#comment-10576808
Comment #6
roball commentedWhen using the "jQuery Update" module, the highest possible Default jQuery Version selection is "1.7" for me. Selecting "1.8" or higher would cause the tooltip to no longer appear.
Comment #7
arun guddeti commentedDoes it effect other functions if we reduce the version of jQuery from 1.8 to 1.7 in module configuration? using D7
Comment #8
avpadernoI am closing this support request, as it has been answered from comment #6.