Details
-
Bug
-
Resolution: Duplicate
-
Major
-
5.0.7.1, 5.0.8
-
Security Level: Jean
Description
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>
Attachments
Issue Links
- is duplicated by
-
ZK-430 When timeformat is defined as HHmm, you cannot type more the 2 characters
-
- Closed
-