Stop IDE from maximizing

Hi.

How can I stop the IDE from maximizing, while using “bringIDEandBrowserToBackground” whenever there’s an error? I run a script via bookmark that closes the tab with TAB=CLOSE at the end, and ofc there will be error #180 because the tab is not found; it’s already closed. But that’s not the problem. The problem is, the browser closes, but the IDE pops up to tell me there’s an error, even though I told it to ignore it.

Here’s the end of the script:

{
      "Command": "store",
      "Target": "true",
      "Value": "!errorIgnore",
      "Description": ""
    },
    {
      "Command": "selectWindow",
      "Target": "TAB=CLOSE",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "end",
      "Target": "",
      "Value": "",
      "Description": ""

Even with errorignore, the IDE still maximizes to tell me there’s an error and this stops my OCR from another software from working because the IDE takes screen real estate.

Is there a way to run the script via bookmark & bringIDEandBrowserToBackground without the IDE maximizing when the error occurs?

Thanks.

The IDE should not maximize. Can you please post a video of the situation?