Open jbobnar opened 8 years ago
The problem occurs because in the connector case the schema is loaded after the connector drawing has already started. During the schema loading a progress dialog pops up, which changes the hierarchy of figures and causes the exception. It can actually be any dialog even the MessageDialog.
Two possible solutions:
I prefer the 2nd solution.
BOY schema loading fails if it is triggered by connector.
100% reproducible. These are the steps:
This issue is present in CSS 3.x as well.
The workaround is to always add the widget to the OPI, which triggers loading of the schema. After the schema is loaded, you may delete the added widget and add as many connectors as you wish. It all works fine.