gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.52k stars 374 forks source link

Editors Framework does not work with inheritance #6340

Open dankurka opened 9 years ago

dankurka commented 9 years ago

Originally reported on Google Code with ID 6341

Found in GWT Release (e.g. 1.5.3, 1.6 RC):
2.3.0

Encountered on OS / Browser (e.g. WinXP, IE6-7, FF3):
Ubuntu 11.04/FF4

Detailed description (please be as specific as possible):
When creating an editor with an inheritance hierarchy, only the leaf class' properties
are found by the Editor.

For example: Parent class Shape has property "name". I can create an editor which uses
property "name" in ShapeProxy and it works fine.
Now add a class Circle which inherits from Shape. Try and create an editor that uses
"name" and you will get an error "Could not find a getter for path name in proxy type
..."

Reported by andrew.zahra on 2011-05-11 06:44:25

dankurka commented 9 years ago
Issue 6342 has been merged into this issue.

Reported by clayberg@google.com on 2011-10-06 04:35:06

dankurka commented 9 years ago
Issue 6347 has been merged into this issue.

Reported by clayberg@google.com on 2011-10-06 04:35:35

dankurka commented 9 years ago
Issue 6341 has been merged into this issue.

Reported by t.broyer on 2011-10-23 15:25:57