kineticjs drag & drop - no release inconsistency -
first of drag , drop works correctly in stages in version 4.3.0, want understand why following problem 4.3.3.
i have 3 stages. 1 sits in container in document in iframe. others sit in containers in iframe's parent document, 1 displaying complex layout of shapes , other single simple shape testing. document in iframe controls action has viewfinder overlay drags , drops correctly. shapes in layout , test stages not release on mouseup.
any idea what's going on appreciated ... try , keep date.
well, since can't see of code can much, try doing following.
for each shape have, add attribute:
dragontop: false example:
kinetic.rect({ fill: 'blue', dragontop: false });
Comments
Post a Comment