Menu

#2766 borderlayout and tabpanel bug

5.0.7
closed-fixed
nobody
5
2011-07-12
2011-07-06
vincent
No

scroll tabs in east layout, after resizing tabpanel size, the east layout total width will adding west layout width
<window title="Add Tupperware" border="normal" closable="true">
<borderlayout vflex="min" hflex="min">
<east vflex="min" hflex="min" border="normal" title="east">
<tabbox height="125px" hflex="min" tabscroll="true" orient="horizontal">
<tabs>
<tab label="Inner Tab One" />
<tab label="Inner Tab Two" />
</tabs>
<tabpanels height="125px" hflex="min">
<tabpanel height="125px" hflex="min">
<groupbox vflex="min" hflex="min">
<caption vflex="min" hflex="1" label="Inside Inner Tab One" />
</groupbox>
</tabpanel>
<tabpanel height="125px" hflex="min">
<grid vflex="min" hflex="min">
<columns>
<column align="right" />
<column />
</columns>
<rows>
<row>
<cell rowspan="1">
<label tooltip="uuid(zb_pageHome_Popup_6)" value="Weight(lb):" maxlength="0" />
</cell>
<cell hflex="1" rowspan="1">
<textbox sclass="zebra-field" id="tupperWeightGrams" maxlength="0" type="text" rows="1" />
</cell>
</row>
</rows>
</grid>
</tabpanel>
</tabpanels>
</tabbox>
</east>
<west vflex="min" hflex="min" border="normal" title="west">
</west>
</borderlayout>
</window>

Discussion

  • Peter Kuo

    Peter Kuo - 2011-07-07

    scroll tabs in east layout,
    click the title of "Inner Tab Two"
    , the east layout total width will adding west layout width

     
  • Jumper Chen

    Jumper Chen - 2011-07-12

    Bug fixed since 2011/07/12

     
  • Jumper Chen

    Jumper Chen - 2011-07-12
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB