Incorrect workspace data in wf::view_change_workspace_signal #2369
Labels
bug
easy
Issues that do not require knowledge about the whole codebase
good first issue
PRs-welcome
Issues which are unlikely to be fixed unless someone sends a PR
Describe the bug
The data returned by
wf::view_change_workspace_signal
is sometimes incorrect. This happens, for example, when we attempt to move a window using thewith_win_*
keybind of vswitch. I believe this happens when animations are involved. Or if you attempt to move a view between workspaces interactively, via the move plugin.To Reproduce
Steps to reproduce the behavior:
wf::view_change_workspace_signal
contains the same value in bothfrom
andto
fields. Theto
values is correct, and thefrom
value contains same value asto
.Expected behavior
from
should contain the correct value.Extra information
When the
send_win_*
vswitch is used, the values returned are proper.Screenshots or stacktrace
N/A
Wayfire version
git
The text was updated successfully, but these errors were encountered: