KingPsychopath / explorercanvas

Automatically exported from code.google.com/p/explorercanvas
Apache License 2.0
0 stars 0 forks source link

Excanvas not working on IE8. #116

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Fresh install of IE8 on windows Vista.
2. Using the fillRect to draw something simple.

What is the expected output? What do you see instead?
Drawing the rect

What version of the product are you using? On what operating system?
Just downloaded

Please provide any additional information below.
After googling the problem I found that commenting out line 309 of excanas.js 
solves the issue. (el.style.overflow = 'hidden';) why this works I do not know 
but it fixed the problem.

I'm putthing this issue here so hopefully the next version will have this fixed.

Original issue reported on code.google.com by johanda...@gmail.com on 28 Feb 2012 at 4:18