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

Tab into timebox prevents from typing the hours and minutes correctly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Major Major
    • 5.0.9
    • 5.0.7.1, 5.0.8
    • Components
    • Security Level: Jean

      When you tab into the component from another input box, you cannot type the hours and minutes correctly

      <zk>

      <intbox id="item1" />

      Timebox: <timebox id="tb" cols="14" format="HH:mm" onCreate="self.value = new Date()" mold="rounded"/>

      <checkbox label="Use rounded timebox" checked="true"

      onCheck='tb.mold=self.checked? "rounded": "default"'/>

      </zk>

            jumperchen jumperchen
            ashishd ashishd
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: