Ordering of items when copying node

Ability to copy node and its content with just CTRL+C (or through menu) is very handy. There seems to be a bug in this function though where items in clipboard do not match the ordering of the items in the list. Steps to reproduce:

Create following list:

x

  • a
  • b

and then insert ‘c’ on second position by going on ‘a’ and pressing enter, the list will look like this

x

  • a
  • c
  • b

Copy the x node with CTRL+C and paste it in text editor. Result will be

x

  • a
  • b
  • c
1 Like

Hello @Kenedy,

Thanks for the detailed problem description! I believe I’ve fixed the problem, the fix is available for review on our beta site https://beta.checkvist.com (same login/password as on the main site).

The problem appeared only after adding the list item, after the page reloading the order was correct. Now the Ctrl+C should copy the correct order right after item adding as well.

Thanks again,
KIR

1 Like