Fix focus order issues when encapsulating workspaces

See new tests for an explanation of the problem.
This commit is contained in:
Orestis Floros
2017-12-13 16:15:01 +02:00
parent dc2363a665
commit cb73fd5e31
4 changed files with 125 additions and 19 deletions

View File

@ -119,6 +119,7 @@ is($x->input_focus, $eighth->id, 'eighth window focused');
cmd 'focus parent';
cmd 'focus parent';
cmd 'split v';
cmd '[id=' . $sixth->id . '] focus';
reset_focus $s3_ws;
cmd "workspace $s1_ws";