-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 6.5.1, Freshly
-
Component/s: Components
-
Environment:
Android 4.1.1, iPad 2
-
None
The following snippet produces different results on PC and Tablets.
<hbox> <panel title="Splitter, Default Mold" sclass="center-bg-win" framable="true" border="normal" height="300px" width="300px"> <panelchildren> <hbox spacing="0" height="100%"> <vbox spacing="0" width="100%" height="100%"> Vbox Content <splitter collapse="before"/> Vbox Content </vbox> <splitter collapse="before"/> Hbox Content </hbox> </panelchildren> </panel> <window title="Splitter, Default Mold" sclass="center-bg-win" border="normal" height="300px" width="300px"> <hbox spacing="0" height="100%"> <vbox spacing="0" width="100%" height="100%"> Vbox Content <splitter collapse="before"/> Vbox Content </vbox> <splitter collapse="before"/> Hbox Content </hbox> </window> </hbox>