I just wasted many precious hours trying to correct a problem that causes the qTip to not appear on IE9. The message shown in the console was "invalid calling object".

It turned out, the problem was caused by DivX Player, after disabling it and restarting the browser, qTip worked again correctly.

Hopefully somebody else who finds the same problem won't have to give so much time to a very simplistic problem.

Comments

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

damienmckenna’s picture

Thanks for the comment, I'll add it to the README.txt file.

damienmckenna’s picture

StatusFileSize
new561 bytes

Here's a patch for the note I just added to the README.txt file.

jedihe’s picture

Status: Closed (fixed) » Needs work
+++ b/README.txtundefined
@@ -20,6 +20,13 @@ Installation
+------------
+If an error "Invalid calling object" shows on IE9, there may be another script
+loading on the page which is conflicting. In one case it was caused by DivX
+Player (http://drupal.org/node/1379542), once it was removed the problem ended.
+
+
 Author
 ------
 Maintainer: Willie Seabrook (http://drupal.org/user/373883)

The error shows on "IE9's Javascript console", I think it should be indicated to avoid confusion.

damienmckenna’s picture

I've updated the paragraph to read:

If an error "Invalid calling object" shows on IE9's Javascript console, there may be another script or plugin loading on the page which is conflicting. In one case it was caused by DivX Player (http://drupal.org/node/1379542), once it was removed the problem ended.

damienmckenna’s picture

Status: Needs work » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.