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

borderlayout region with whitespace title

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 8.5.0.1, 9.5.0.2
    • Fix Version/s: 9.6.0
    • Component/s: Theme
    • Security Level: Jimmy

      Description

      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>
      

        Attachments

          Activity

            People

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

              Dates

              Created:
              Updated:
              Resolved: