-
Bug
-
Resolution: Fixed
-
Normal
-
6.5.1
-
None
-
Chrome
-
None
Given the following code snippet:
<zk> Datebox: <datebox id="db" cols="20" format="medium+short" onCreate="self.value = new Date()" mold="rounded"/> </zk>
When I open the datebox popup and click the up or down arrow in the time spinner, the minutes are increased/decreased in the popup spinner but not in the datebox input element. When I first click into the time input element and then click on the up or down arrow, the datebox input element is updated.