mustang2247 / svgweb

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

Event type is not passed through when mouse events are raised. #460

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

Not sure if this is by design or now, but in the _onMouseEvent function the
event built is missing the 'type' property.

it's a two line fix:

3089d3088
>                 type: msg.eventType,
3115d3113
>                     'type: "' + msg.eventType + '",\n' +

Original issue reported on code.google.com by drjl...@gmail.com on 28 Feb 2010 at 7:55

GoogleCodeExporter commented 8 years ago

Original comment by bradneub...@gmail.com on 1 Mar 2010 at 4:53

GoogleCodeExporter commented 8 years ago
Fixed in r1057.

Thanks drjlove!

Original comment by grick23@gmail.com on 28 Mar 2010 at 7:54