Closed (cannot reproduce)
Project:
BeautyTips
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2010 at 15:13 UTC
Updated:
9 Feb 2018 at 20:52 UTC
Jump to comment: Most recent
Comments
Comment #1
kleinmp commentedI 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.
Comment #2
kleinmp commentedComment #3
mfrosch commentedHey,
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
Comment #4
pushkspl commentedThanks.
#3 worked for me.
Comment #5
pifagor commented