shenjunru / fxcanvas

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

ctx.invoke + getImageData never completes #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. See attached .html file for test case
2.
3.

What is the expected output? What do you see instead?
Expected: an alert box to pop up.  Actual: no alert box pops up.

What version of the product are you using? On what operating system?
fxcanvas 20100130 on Windows7 IE8 with Flash 10,0,45,2
fxcanvas 20100130 on XP IE8 with Flash 9,0,124,0

Please provide any additional information below.
I added some debug messages to canvas.fscmd() to try to see what is happening.  
I made it log all 
commands (excluding com.flush) and it appears that response for 
getData/getImageData is 
simply never received.  I was expecting "case com.data:" to occur, but it 
doesn't.

Unfortunately I know too little of flash/flexsdk to dig deeper.

Original issue reported on code.google.com by die...@googlemail.com on 28 Mar 2010 at 4:40

Attachments:

GoogleCodeExporter commented 9 years ago
Correction:  I meant to say fxcanvas version 20100131 (not 30)

Original comment by die...@googlemail.com on 28 Mar 2010 at 9:12

GoogleCodeExporter commented 9 years ago

Original comment by buzz...@gmail.com on 30 Mar 2010 at 5:55

GoogleCodeExporter commented 9 years ago

Original comment by buzz...@gmail.com on 30 Mar 2010 at 5:56

GoogleCodeExporter commented 9 years ago
Here are some test cases to hopefully make things easier...

I wrote them against the regular Canvas API so there's no ctx.invoke() stuff, 
but it should be a good starting point 
at least!

Original comment by die...@googlemail.com on 1 Apr 2010 at 5:44

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by buzz...@gmail.com on 14 Apr 2010 at 12:35