-
Bug
-
Resolution: Fixed
-
Normal
-
8.5.1.2
-
Security Level: Jimmy
-
None
-
ZK 8.5.2 S1, ZK 8.5.2 S2
-
None
Steps to Reproduce
<colorbox/>
- open the popup (colorpalette or colorpicker)
- focus the hex input field
- try to copy/paste/home/end
Current Result
most keys besides the allowed characters #0-9A-F have no effect on both inputs
copy/paste only possible via mouse rightclick
Expected Result
preserve default behavior of input control
Root Cause
doKeyDown stops most key events
Workaround
overide the doKetDown_ function to allow default key behavior
handle input sanitation in an onInput event handler
see colorbox-paste.zul