eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

Embedded forms: never show form on open #1035

Closed cguglielmo closed 3 months ago

cguglielmo commented 4 months ago

If form.open() is called for embedded forms (wrapped form field, form menu etc.), which happens for example for JsForms, it must not be shown by the desktop because the container is responsible to render the embedded form. If the desktop tries to show the form, it would change the displayParent and therefore also the parent which must be avoided.

383085