dandycheung / jinjector

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

Super methods invoked in LCDUI wappers for event generation #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Override and instrument a Canvas
2. invoke CanvasWrapper.invokeKeyPressed(0);

What is the expected output? What do you see instead?
The event is only fired to the superclass and not to the derived class.
This will prevent implementation processing the event in the derived class
to handle the event.

Original issue reported on code.google.com by michele.sama on 13 Mar 2009 at 4:19

GoogleCodeExporter commented 8 years ago
Fixed by:
http://code.google.com/p/jinjector/source/detail?r=39
http://code.google.com/p/jinjector/source/detail?r=40

Original comment by michele.sama on 14 Mar 2009 at 11:03