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

atlantic borderlayout east/west always rotated by 90deg (since 9.6.0)

XMLWordPrintable

      Steps to Reproduce

      use borderlayout with atlantic theme

          <!-- added overflow style to make the effect more obvious -->
          <borderlayout width="400px" height="200px" style="overflow: visible;">
              <west title="Test" width="100px" collapsible="true" closable="true">
                  West Content
              </west>
              <center/>
              <east title="Test" width="100px" collapsible="true" closable="true">
                  East Content
              </east>
          </borderlayout>
      

      Current Result

      the east/west are always rotated by 90degrees

      Expected Result

      only the title (when closed should be rotated)

      Debug Information

      https://github.com/zkoss/atlantic/blob/v9.6.0/src/archive/web/js/zul/layout/less/borderlayout.less#L90-L91

            jumperchen jumperchen
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: