-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 6.5.1
-
Component/s: Browser Issue
-
None
-
Environment:
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.