JonazMartinez / explorercanvas

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

SilverLight: Implement event redispatching #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should redispatch events from the plugin on the canvas element so that 
events work. We need to at least forward the following events:

click
dblclick
mousedown
mouseup
mousemove
contextmenu?
keydown/up/press?
mouseover/mouseout?

Original issue reported on code.google.com by erik.arv...@gmail.com on 19 May 2009 at 5:14

GoogleCodeExporter commented 9 years ago
focus/blur ?

I think they be handled by a fully transparent div on top of canvas tag.

I have done a similar behavior by adding image hotspots. Works well.

Original comment by maitred...@gmail.com on 16 Sep 2009 at 1:33