Borderlayout inside a window may not display properly on tablets

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 6.5.1
    • Affects Version/s: 6.5.1, Freshly
    • Component/s: Container
    • Environment:

      Android 4.1.1, iPad 2

    • None

      The content inside borderlayout does not appear when viewed on ASUS Transformer Pad (TF300) and iPad 2, using ZK 6.5.0.
      The same page works fine using ZK 6.0.1 on zkfiddle.org.

      <window title="Simple Title" sclass="center-bg-win" 
      	border="normal" width="300px" height="300px">
      	<borderlayout>
      		<center title="Center">Center Content</center>
      		<north size="20%" title="North">North Content</north>
      		<south size="20%" title="South">South Content</south>
      		<east size="20%" title="East">East Content</east>
      		<west size="20%" title="West">West Content</west>
      	</borderlayout>
      </window>
      

            Assignee:
            vincentjian
            Reporter:
            neillee
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: