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

Combining hbox/vbox/splitter may cause problems on tablets

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.1
    • 6.5.1, Freshly
    • Components
    • Android 4.1.1, iPad 2

      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>
      

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

              Created:
              Updated:
              Resolved: