stcherenkov / explorercanvas

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

HELP ME: Unknown runtime error #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello.

On this page linkgator.net I have a jquery and boxy scripts. If you are 
choose the login in the top menu and don't type any data you take an error. 
Just hover on the error icon: Chrome, Firefox, Opera displays a tip (its 
uses Explorer Canvas script), but IE8 and IE7 does not display anything. In 
IE you takes an exception...

Unknown runtime error
Line: 16
Symbol (or char): 58
Code: 0

Explorer Canvas script loads dinamically.

Thanx for help!

Original issue reported on code.google.com by vasilie...@gmail.com on 30 Nov 2009 at 6:03

GoogleCodeExporter commented 9 years ago
Sorry, Line 155:9

Original comment by vasilie...@gmail.com on 30 Nov 2009 at 6:13

GoogleCodeExporter commented 9 years ago
Project now in the development state, so just ignore the content of the site :)

Original comment by vasilie...@gmail.com on 30 Nov 2009 at 6:15

GoogleCodeExporter commented 9 years ago
Hello, sorry for the late reply, I tried the page you provided, but could not 
get the 
error neither the tooltip, did you do it another way ?

Original comment by fabien.menager on 21 Dec 2009 at 3:01

GoogleCodeExporter commented 9 years ago
see also issue 65

Original comment by ccti...@gmail.com on 23 Feb 2010 at 9:11

GoogleCodeExporter commented 9 years ago
Sorry, but I have must to delete your script((( I have no time for developing

Original comment by vasilie...@gmail.com on 24 Feb 2010 at 10:00

GoogleCodeExporter commented 9 years ago
Is this an issue? If not, close it?

Original comment by mbis...@gmail.com on 1 Apr 2010 at 10:02

GoogleCodeExporter commented 9 years ago
I encountered this error when I had a canvas tag that specified 'px' within the 
width or height property;

<canvas id="someID" width="10px" height="10px"></canvas>

Upon init excanvas will attempt to set the style to '10pxpx'.

Original comment by james.an...@gmail.com on 7 Jul 2010 at 1:02

GoogleCodeExporter commented 9 years ago
Dimensions attributes don't require a unit, they always are in pixels

Original comment by fabien.menager on 29 Sep 2010 at 10:38