Possible regression in 1.9 -> 1.10: Node order incorrect in .focus
tree attribute
#8543
Labels
bug
Not working as intended
.focus
tree attribute
#8543
1.10
Hi, I recently came across an odd behavior of the
swaymsg -t get_tree
output tree, since 1.10.The
focus
array attribute of nodes does not guarantee the order of nodes anymore, it does not seem to be updated when moving a window between containers.I have created a minimal reproduction.
The idea is to create 2 containers (i.e. windows with a split) and move a third window between them.
After the move, the focus array of the containers does not get updated.
See the output of
bug.sh
.I also ran a git bisect and found the cause to be 5e18ed3
Reverting this commit solves the issue for me but I am not sure of other consequences it has.
Minimal reproduction:
The text was updated successfully, but these errors were encountered: