After updating my jQuery to 1.8 I am getting Uncaught TypeError: Object function (a,b){return new p.fn.init(a,b,c)} has no method 'curCSS' . After replacing curCSS with css it works fine.

I replaced jQuery.curCSS(elem[0],prop,true) with jQuery(elem[0]).css(prop).

Comments

jlancaster’s picture

Confirmed, this should be implemented in future versions.

ruloweb’s picture

Status: Active » Needs review
StatusFileSize
new6.71 KB

Patch for 7.x-2.x-dev

martonlaci’s picture

I can confirm that the initial solution proposed by jibran is working.
However the patch proposed in #2 is wrong, because it simply drops the .curCSS() function not changes to .css().
Attached a new patch.

geo’s picture

Tnx martonlaci.
Patch works like a charm

miccelito’s picture

If set jQuery Update to jQuery 1.8.2 and jQuery UI 1.8.11, after adding patch the beautytips popup shows odd in Chrome.
Are you using jQuery UI from a CDN?

kenianbei’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community
StatusFileSize
new115.65 KB

Couldn't get last patch to apply. Manual apply works fine. Attaching a patch that applies to current dev and setting to RTBC.

kenianbei’s picture

Just realized I also added line break conversions, set to needs review if this is an issue.

carlmcdade’s picture

The files shipped with the module should be replaced with the later version of beauty tips:

http://drupal.stackexchange.com/questions/128924/how-do-i-get-beauty-tip...

peterx’s picture

The link in #8 is dead. There are downloads at http://code.google.com/p/beautytips/downloads/list

alauddin’s picture

Can confirm patch from #6 works

Jquery_update - 7x-3 set to jquery 1.10
beautytips 7.x-2.x-dev from 2013-Sep-30

No need to update jquery.bt.js which is already 0.9.5-rc1 found in the module

digitaldonkey’s picture

beautytips-remove_obsolete_curcss_function-1902324-6.patch with 7.x-2.0-beta2 solved the problem for me.

nickonom’s picture

#6 takes care of the issue to start showing beautytips. However there is a new one after applying the patch:

$text.outerHeight is not a function

  • pifagor committed fe39668 on 7.x-2.x
    Fixed codding standarts. Fixed errors #1902324 and #1563688.
    
pifagor’s picture

Status: Reviewed & tested by the community » Fixed

Done

pifagor’s picture

Status: Fixed » Closed (fixed)