Hello,
I found that it has something to do with the
.jqx-editor-paste-element {top: -1000px;}
in jqxeditor.js
Chrome tries to reach the element top position after paste
I wanted to know if it was just to hide it…
Because I replaced it with
.jqx-editor-paste-element {display: none;}
and it works fine for me
Best