Requested feature:
A new options "stayInFront" / "alwaysTop" for WindowService > WindowSettings.
Example:
this._windowService.open({
title: 'Details',
content: MyDetailsWindowComponent,
stayInFront: true // < requested feature
});
Behavior:
Szenario:
Current problem:
If both windows are open, the user can click on the first (a big one) and this will be moved to front and hide the "node details" window. That makes no sense but we cannot use a dialog because users should be able to select a different node (in the first window).