Inputwidget: html-input-element 1px too short

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major
    • 6.5.2
    • Affects Version/s: 6.5.1
    • Component/s: Components
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: