Submitted by lucasd on 2022/04/12 09:59

Perhaps something has changed since the recent adjustments to splitting functionality? I am repeatedly seeing the manual sort order of items changing in totally unexpected ways after splitting sub-items. I will try to come up with an exact recipe to recreate this, but in the meantime I'm curious whether others have seen this and whether there is a potential explanation for why splitting sub-items would change the sort order.

Comments

Recipe to cause bug that works on my system:

  1. Create Item1
  2. Create Subitem1 as sub-item of Item1
  3. Create Subitem2
  4. Split "Subitem2" in the middle of the word using IQ's splitting functionality (split into "Sub" and "item2")
  5. Refresh grid

On my system, with manual sorting, the above steps lead to "item2" moving above Subitem1

Bug reports