Threaded View
-
22 Jan 2013 9:10 AM #1
Bugs with ButtonBar in GXT ContentPanel, GXT FramedPanel (gxt-3.0.1)
Bugs with ButtonBar in GXT ContentPanel, GXT FramedPanel (gxt-3.0.1)
When I put ContentPanel to ContentPanel and ButtonBar contains Buttons I have incorrect position of ui components. FramedPanel has the same behavior.
Example Code for first image:
Code:<container:SimpleContainer ui:field="topContainer" pixelSize="400, 300" borders="true"> <gxt:FramedPanel> <gxt:FramedPanel> <gxt:FramedPanel> </gxt:FramedPanel> <gxt:button> <button:TextButton text="1" /> </gxt:button> </gxt:FramedPanel> <gxt:button> <button:TextButton text="1" /> </gxt:button> </gxt:FramedPanel> </container:SimpleContainer>
parent(button).child(button).child(empty).jpgparent(button).child(empty).child(button).pngparent(button).child(empty).child(empty).jpgparent(button).child(empty).pngparent(empty).child(button).png
You found a bug! We've classified it as
EXTGWT-2773
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote