Doh, need more coffee.. I see why this can't work now.. The child Widget of ScrollPanel needs an explicit size. Which kinda begs the question, why does ScrollPanel implement ProvidesResize?!
On Thu, Nov 24, 2011 at 2:17 AM, Aidan O'Kelly <[email protected]> wrote: > 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.
