neo09 / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
0 stars 0 forks source link

@ProxyEvent declared in parent class are ignored by child class #180

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Say a base class uses the @ProxyEvent annotation to declare an event. We would 
expect subclass of this parents to register towards that event. Unfortunately 
they do not.

This is discussed here:
http://groups.google.com/group/gwt-platform/browse_thread/thread/d405b3c30926f8a
0

Original issue reported on code.google.com by philippe.beaudoin on 28 Aug 2010 at 5:02

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 22 Sep 2010 at 1:35

GoogleCodeExporter commented 9 years ago
Hit the same problem as discussed in the group. Then found this issue.

I'll just add the event to child classes for now.

Many thanks for GWTP!

Original comment by remygend...@gmail.com on 28 Oct 2010 at 2:27

GoogleCodeExporter commented 9 years ago
Bumping to 0.6, preparing release 0.5.

Original comment by philippe.beaudoin on 25 Jan 2011 at 6:33

GoogleCodeExporter commented 9 years ago
I'm pretty sure this is solved. I will add a test for it.

Original comment by philippe.beaudoin on 11 Apr 2011 at 1:33

GoogleCodeExporter commented 9 years ago
Now exercising this bug in the nested sample.

Original comment by philippe.beaudoin on 30 May 2011 at 9:06