sinnlabs / zk-codemirror

Integration of Codemirror library for ZK 7 framework
GNU Lesser General Public License v2.1
7 stars 6 forks source link

Chrome Browser only: Cursor jumps to position 0:0 with each keystroke #4

Closed klauswr closed 6 years ago

klauswr commented 6 years ago

This happens only in Chrome (Version 63.0.3239.84) - Firefox and IE is fine:

whenever you enter a character (wherever you want) the cursor always jumps back to the top left corner.

This was already the case with previous version 0.1!

nsa-a1 commented 6 years ago

Fixed in https://github.com/sinnlabs/zk-codemirror/commit/7a00fefcfd472810bbedea1892953f75884485cd

nsa-a1 commented 6 years ago

you can use the sonatype repo (https://oss.sonatype.org/content/repositories/releases) for the new version. README.md file will be updated after synchronization with Maven's repository. This may take a while.

klauswr commented 6 years ago

Tested: OK (Thanks for the quick fix)