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

Inputwidget: html-input-element 1px too short

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 6.5.2
    • 6.5.1
    • Components
    • None

      Since BugFix of ZK-1368, the html-input-element is 1px too short. The calculation of the width is wrong, when the component has a fixed width. We use box-shadow in CSS for the component, so you can see the bug.

      I think the problem is zul.inp.RoundUtl.syncWidth -> if (rightElem && !zk.safari_ && !zk.opera && !wgt._inplace). "wgt" has no attribute "_inplace", only "_inplaceout"??? So "!wgt._inplace" is always true and then the input element is too short.

            vincentjian vincentjian
            gloe gloe
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: