tiku01 / oryx-editor

The New Home of the Oryx-Editor
Other
18 stars 8 forks source link

Error-message in old window after opening a new window #539

Open tiku01 opened 9 years ago

tiku01 commented 9 years ago

Happened when testing the BPMN export. Opening a model and exporting ("Download XML ...") there opens up a new window with the save-dialogue. If there is any error with the export, however, this error will be shown in a dialogue of the old window (the one with the model from where the export was started). This makes it easy not to notice an error occurring during that export.

We should check for alternative ways of handling this. Either by not opening the new window (should be possible?), by placing the error-message in the new window or by something completely else?