major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
defect
(User-visible)
You can lock container elements. This prevents additional elements from being dragged into them via the Form Editor. However, elements can still be dragged out, and the inner elements of the container element indicate that an element can be placed before or after them.
- No elements may be dragged out of locked container elements.
- Elements within locked container elements should no longer receive CSS effects when hovered over.
- Dialogs for elements within locked container elements must not be openable.
Test
- Start the application.
- Open the form editor.
- Drag "Object" into the form editor.
- Create a form for it.
Expected Result:
- No additional elements can be dragged into this newly created group. This is also indicated by the CSS, as the group is not highlighted.
- Elements cannot be dragged out of this group. Instead, the entire group is moved.
- Double-clicking on one of the form’s elements opens the dialog for the entire object.