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

Textbox with rows and mold rounded does not recognize width nor hflex

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 5.0.10, 6.0.0
    • Fix Version/s: 5.0.11, 6.0.1
    • Component/s: None
    • Labels:
      None

      Description

      <zk>
      <vlayout width="100%">

      <textbox hflex="1" value="hello"/>
      <textbox mold="rounded" hflex="1" rows="2" value="I've got the mold rounded and I don't display my width properly"/>
      <textbox hflex="1" rows="2" value="I've got the mold default and I display my width properly"/>

      </vlayout>
      </zk>

      You can also try it like this, it doesn't work:
      <textbox mold="rounded" width="100%" rows="2" value="I've got the mold rounded and I don't display my width properly"/>

        Attachments

          Activity

            People

            Assignee:
            SimonPai SimonPai
            Reporter:
            manuelmoreno manuelmoreno
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: