google-code-export / gwt-test-utils

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

UiBinder support fails for DisclosurePanel header element #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When UiObjectTag encounters the header element in the following example:

<g:DisclosurePanel>
<g:header>some header text</g:header>
<g:SimplePanel/>
</g:DisclosurePanel>

It throws a GwtTestUiBinderException because it doesn't recognize the header 
element as a member.  Refer to 
com.google.gwt.uibinder.elementparsers.DisclosurePanelParser for other custom 
elements supported by this class.

Original issue reported on code.google.com by snstan...@gmail.com on 6 Apr 2012 at 10:42

GoogleCodeExporter commented 9 years ago
This was with 0.39-SNAPSHOT.

Original comment by snstan...@gmail.com on 6 Apr 2012 at 10:42

GoogleCodeExporter commented 9 years ago

Original comment by gael.laz...@gmail.com on 9 Apr 2012 at 8:08

GoogleCodeExporter commented 9 years ago

Original comment by gael.laz...@gmail.com on 9 Apr 2012 at 8:31

GoogleCodeExporter commented 9 years ago
I just deployed a new 0.39-SNAPSHOT with an implementation of DisclosurePanel 
specific UiBInder behaviour.
Could you please give it a try and post some feedback so I could eventually 
close this issue ? Thanks !

Original comment by gael.laz...@gmail.com on 9 Apr 2012 at 10:01

GoogleCodeExporter commented 9 years ago
Looks good.  Thanks!

Original comment by snstan...@gmail.com on 10 Apr 2012 at 11:55

GoogleCodeExporter commented 9 years ago
great :)

Original comment by gael.laz...@gmail.com on 11 Apr 2012 at 5:20