-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 8.6.1
-
Component/s: Components
-
Security Level: Jimmy
-
ZK 8.6.2 S1
-
None
Steps to Reproduce
specify an initial crop region at position 0,0
<cropper w="250" h="250" x="0" y="0" .../>
Current Result
nothing is preselected
Expected Result
the region from 0, 0 to 250, 250 should be preselected
Debug Info
specifying other initial values for x/y work as expected
e.g.
<cropper w="250" h="250" x="1" y="1" .../>
Root Cause
Cropper.java ignores initial 0 values for x, y