-
12 May 2013 12:54 PM #1
TabPanel Problem
TabPanel Problem
Hi,
I have a widget with a toolbar, a grid and a pagingtoolbard. When I use this widget in a window all is OK but when i put this widget in a tabpanel (but not in the first tab) the widget in not correctly draw (see the attachment).
When i move the mouse the toolbar and the gris appears correctly without the pagingtoolbar and why I maximize the window all the widget (toolbar, grid and pagingtoolbar) is correctly draw.
An idea ? Thanks in advance,
JB
A part of the widget's code
Img 1 : on loadCode:VerticalLayoutContainer con = new VerticalLayoutContainer(); con.add(t, new VerticalLayoutData(1,-1));con.add(grid, new VerticalLayoutData(1,1)); con.add(pagToolBar, new VerticalLayoutData(1,-1));
img1.jpg
Img 2 : when I move the mouse
img2.jpg
Img 3 : when I maximize and restore the window
img3.jpg
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote