An event inside the listener didn’t contain any information about matters of change, but it appeared whenever something changed in a board or column configuration.
How I’ve checked.
Environment: Chrome with open dev console
Tab 1 — Board
Tab 2 — Test app (for board view) with a subscription for events in “context”
Turned on messages tracing between the main window and app frame using a feature from dev console
monitorEvents(window, 'message')
Test case 1
In the board, I changed the settings for a numeric column. I switched Unit from None to $
In a context listener, nothing happened.
Test case 2
Resize app tab generated events stream from the main window to frame. But the reasonable part of the message is
{
"errorMessage": "undefined command isn't available or supported for this app feature type"
}
But before in this case, the app had got an event in the context listener.
Shall I collect more info and provide details to you?
I believe the fix that was deployed solved an issue with the listener but not this specific one then.
Would you be able to please fill this form adding as much information as possible to it (the script and a screen recording would be fantastic) so that our team can take a look into it?