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

Window's content should not contain padding when no border on it

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Open
    • Priority: Normal
    • Resolution: Unresolved
    • Affects Version/s: 7.0.8
    • Fix Version/s: 10.0.0
    • Component/s: Theme
    • Labels:
      None

      Description

      Steps to Reproduce

      1. Run the following code

      <zk>
          <window border="none" width="300px" height="300px" style="border: 1px solid red">
             <div hflex="1" vflex="1" style="border: 1px solid blue">The blue div should cover the red border.</div>
        </window>
      </zk> 

      Current Result 

      The size of the blue border is less than the size of the red border.

      Expected Result 

      The blue border and red border are the same size.

      Debug Information

       

      Workaround

       

        Attachments

          Activity

            People

            Assignee:
            Leon03 Leon03
            Reporter:
            jumperchen jumperchen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated: