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

Selector not work properly when select center layout

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 7.0.0
    • ZK Client Engine
    • None

      Below code should match center's dom element.

      <zk>
      <borderlayout width="200px">
      <center id="centerLayout">
        <div align="center" vflex="1"/>
      </center>
      </borderlayout>
      <script>
      zk.afterMount(function () {
          zk.log($('$centerLayout .z-center'));
      });
      </script>
      </zk>
      

            noahhuang noahhuang
            RaymondChao RaymondChao
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: