A simplified version of a UiBinder view..:

<g:LayoutPanel>
  <g:layer>
    <g:ScrollPanel>
        <my:ResizeCompositeWidget/>
    </g:ScrollPanel>
  </g:layer>
</g:LayoutPanel>


Should this work? Once I add the ScrollPanel, the
ResizeCompositeWidget doesn't show anymore. Adding height/width="100%"
to the ScrollPanel has no effect. There is a unbroken chain of
ProvidesResize/RequiresResize, so I would expect this to work.

Is this a bug, or as designed? And does anyone have a good solution for this?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to