Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1402

Borderlayout inside a window may not display properly on tablets

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.1
    • 6.5.1, Freshly
    • Container
    • 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>
      

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

              Created:
              Updated:
              Resolved: