You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My users have spotted a new behavior when an action opens a display with target "New Window": the new window will be rendered, resized and moved, but unfortunately put behind the window from which the action was invoked. Upon next action the window - as it already is available - is put to front.
Initial conclusion was that first time the window is not rendered, but this is not the case. It's simply obscured.
Note that this was seen on CentOS7 with xcfe. This behavior is not seen on MacOS (Monterrey). Windows not tested.
I get the wanted/expcted behavior on CentOS7, and I cannot spot any other side effects from commenting these lines.
Seems this was added in commit ecbe7ea.
The text was updated successfully, but these errors were encountered:
was suggested in #2341 as a part of supporting target=window@1038.. but I think allowing to set the location and size is fundamentally different from popping the window to the front. If the plain show() suffices, I say go with that.
My users have spotted a new behavior when an action opens a display with target "New Window": the new window will be rendered, resized and moved, but unfortunately put behind the window from which the action was invoked. Upon next action the window - as it already is available - is put to front.
Initial conclusion was that first time the window is not rendered, but this is not the case. It's simply obscured.
Note that this was seen on CentOS7 with xcfe. This behavior is not seen on MacOS (Monterrey). Windows not tested.
If I comment out in
DockStage
:I get the wanted/expcted behavior on CentOS7, and I cannot spot any other side effects from commenting these lines.
Seems this was added in commit ecbe7ea.
The text was updated successfully, but these errors were encountered: