Originally created by @LGUG2Z on GitHub (Oct 18, 2021).
Originally assigned to: @LGUG2Z on GitHub.
Came across an issue where Firefox windows (and presumably other multi-window apps) are being removed by WindowManagerEvent::Hide when another window is stacked on top of them. When looking in the state, the container's focused index is 1, but the 0 element (Firefox) has been removed by Workspace.remove_window().
Originally created by @LGUG2Z on GitHub (Oct 18, 2021).
Originally assigned to: @LGUG2Z on GitHub.
Came across an issue where Firefox windows (and presumably other multi-window apps) are being removed by `WindowManagerEvent::Hide` when another window is stacked on top of them. When looking in the state, the container's focused index is `1`, but the `0` element (Firefox) has been removed by `Workspace.remove_window()`.
adam
added the bug label 2026-01-05 14:47:53 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @LGUG2Z on GitHub (Oct 18, 2021).
Originally assigned to: @LGUG2Z on GitHub.
Came across an issue where Firefox windows (and presumably other multi-window apps) are being removed by
WindowManagerEvent::Hidewhen another window is stacked on top of them. When looking in the state, the container's focused index is1, but the0element (Firefox) has been removed byWorkspace.remove_window().