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

borderlayout region with whitespace title

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 9.6.0
    • 8.5.0.1, 9.5.0.2
    • Theme
    • Security Level: Jimmy

      Steps to Reproduce

      run with iceblue/iceblue_c

      <zk>
        <borderlayout width="500px">
          <west title=" " width="200px" collapsible="true"></west>
        </borderlayout>
      </zk>
      

      https://zkfiddle.org/sample/18oko6q/1-borderlayout-west-with-whitspace-title

      Current Result

      Expected Result

      Debug Information

      Workaround

      add a non breaking space to the title

      <zk>
        <borderlayout width="500px">
          <west title="&#160;" width="200px" collapsible="true"></west>
        </borderlayout>
      </zk>
      

            Leon03 Leon03
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: