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
If a control's button is a CSS icon, it cannot be disabled by setting the `disabled` attribute. As a result, the commands can still be executed, allowing, for example, values to be entered into fields.
Solution: When disabled, all affected controls must display an icon without onclick events instead of a button.
Test
- Launch the application.
- Select the "Dezent" theme.
- Technical Demo -> LayoutFramework#1 -> Forms -> Select Form Controls.
Expected Result: The controls can still be opened and operated as usual.
- Switch to disabled mode.
Expected behavior: The controls can no longer be opened, and their buttons also appear disabled.