Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/listview.c:
if (infoPtr->nFocusedItem >= 0) focusedItem = DPA_GetPtr(infoPtr->hdpaItems, infoPtr->nFocusedItem);
- context.items = hdpaItems;
- context.items = infoPtr->hdpaItems;
You should remove the todo_wine in the last patch now that custom sorting is fixed. Otherwise, you get a test failure.