I don't know, this is my mistake, or a bug, but in ie8 beautytips doesn't work on hover, only when double-clicking the item. I'm using the calendar_tooltips. In ie7 and other browsers everything is ok.
I've installed it correct way, (other_libs/ex_canvas_r3 path) I've tried the version 6.x-2.0, and dev too.
Can you check please the errors on http://mjksz.hu/ in calendar?

Comments

kleinmp’s picture

I checked out the site and see that it's not working for IE8 (though it's working for other versions of IE). Unfortunately, it's not giving me any javascript errors whatsoever, so it's not too easy to debug.

If you are getting javascript errors, then please post them here, and I'll take a look at them.

kleinmp’s picture

Status: Active » Postponed (maintainer needs more info)
mfrosch’s picture

Hey,

got the same problem and fixed it.
IE < 9 don't know canvas. So you have to include them manuall.

You can get it here:
http://code.google.com/p/explorercanvas/downloads/list

uploaded it and link it:
<!--[if IE]><script type="text/javascript" src="path/to/excanvas.js"></script><![endif]-->

worked for me.

greetz

pushkspl’s picture

Thanks.
#3 worked for me.

pifagor’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)