This topic is to report I behavior. Is this a bug ? I do not know but the behavior is a bit strange in my opinion.
Sequence:
have a GH editor with a Python editor. As mentioned in the window below, 3 windows are within the Rhino application : the Rhino (“untilted”, “Grassphopper” and “Python Script Editor”).
I can reproduce this. I’m not sure how much we can do about this one. I see you are in fullscreen mode. The behavior of this bug is slightly different when not in fullscreen mode, but it just illustrates the underlying problem. I believe this happens because the GhPython editing window is a child window of the parent Grasshopper window. This is not specific to GhPython components; C# components do the same thing. @curtisw can you please set me straight if I’m wrong and I can log a bug.
@dan hm yeah that is odd behaviour, but something I expect would happen when minimizing a child window of GH when it is set as a full screen (or half screen) app as pictured.
I can look into putting a workaround of some sort, or just disable minimizing of the child window(s) when the GH window is in that state.
Is this related to the python editor turning black when running too?
If I have a script that takes a long time to run and I maximize the python editor again it looks like this: