-
Bug
-
Resolution: Fixed
-
Major
-
6.5.2
-
All browser and operating system
You can not paste a correct time (which match the correct format, like: 11:30:15) in a timebox if the timebox has no previous time setted.
It's happen only when there no value set previously in the timebox.
Try the behavior here : http://zkfiddle.org/sample/2vmlqme/1-BUG-timebox-paste
Or simply try this zul :
<zk>
<window>
<vlayout>
<label value=" 1 - Input a valid time here, and copy the value (CTRL + A and CTRL + C)"/>
<timebox/>
<space/>
<label value=" 2 - Try to paste here"/>
<timebox/>
<space/>
<button label="3 - Click here to lose focus of the second timebox"/>
</vlayout>
</window>
</zk>
Thank you,
Arnaud
- relates to
-
ZK-4252 Paste still broken on a Timebox component after ZK-1749
- Closed