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)
major
#25339
Dialog Maximieren/Normalisieren: Doppelte Buttons, normalisieren kein Effekt
- The "Restore" button appears next to the "Maximize" button.
- The "Normalize" button does not restore the window to its original size if it was previously maximized.
Solution
As part of the switch to icon fonts (#24395), CSS was written to centrally position and stretch the buttons (previously, images of the appropriate size were included). However, this overrode the selectors that control the visibility of the dialog buttons. These selectors must be adjusted.
Test
- Launch the application.
- Open a dialog.
Expected behavior:
- The dialog should only display the maximize button if the dialog can actually be maximized.
- The minimize button, on the other hand, should only appear when the dialog is in full-screen mode.