Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 6.5.1
-
Fix Version/s: 6.5.2
-
Component/s: Browser Issue
-
Labels:None
-
Environment:
Chrome
Description
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.