Hi.
I had also same problem.
and i change 2 point.
fix #1:
class Walker method display_element 435:
$i--; // fix from $i = -1;
fix #2:
and change the Walker class algorithm from “parent find to childlen” to “childlen find to parent”.
but this change has some poit. please teach me what should i do?