windrobin / flashcanvas

Automatically exported from code.google.com/p/flashcanvas
0 stars 0 forks source link

Seems not drawing anything in this example #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

Thanks for such a great job!

I wanted to see if it could work with some other examples than the ones 
included in the download package.

I took the trails experiment from http://hakim.se/experiments/html5/trail/03/ 
and modified it a bit to handle correctly IE.

But after modification, it seems not working in this case (except of course on 
other browsers than IE).

Could you take a look at the code and tell me what's wrong ?

Thanks a lot !

Original issue reported on code.google.com by rkim3...@gmail.com on 5 Sep 2010 at 1:43

Attachments:

GoogleCodeExporter commented 9 years ago
IE does not support window.innerWidth and window.innerHeight. Instead, you 
should use document.documentElement.clientWidth or document.body.clientWidth 
depending on the document mode.

Anyway, this is not an issue of FlashCanvas library. If you merely have a 
question, you'd better utilize the discussion group. 

Original comment by revu...@gmail.com on 6 Sep 2010 at 7:26

Attachments: