Hello,

I have a StackLayoutPanel, where the content panels are
DockLayoutPanels.

One of these panels contains a ScrollPanel, which contains a
FlexTable. So the hierarchy is as follows:

StackLayoutPanel -> DockLayoutPanel -> ScrollPanel -> FlexTable (in
center)

However, sometimes the FlexTable is misplaced, right after selecting
the tab:
https://picasaweb.google.com/104334857964624808900/GWT#5575015619744351906

This happens only when there is another tab selected first and one
switches to this one.
(and only in IE, not in FF)

I already found that it's the ScrollPanel that is not laid out
correctly, but I don't know why. I always thought that the center
widgets of a DockLayoutPanel are always stretched...

I do not expect a final solution, but I would be glad if I knew where
to begin?

Could someone point me into a good direction?

Thank you
Magnus

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

Reply via email to