So I was having this problem in IE7 with the tooltips showing. I tracked the problem down to the qtip.js file in the module on line 204:

  'left_center' : 'right_center',

I simply just removed the ending comma and it worked.

  'left_center' : 'right_center'

I've had problems in IE7 before when I ended an object's last element with a comma.

Comments

bocaj’s picture

Status: Needs review » Fixed

This will be fixed in the next dev release. Thanks for pointing this out @jnettik!

Status: Fixed » Closed (fixed)

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