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)
If a new value is set programmatically in an HTML WYSIWYG field that references images (e.g., when translating a text with an image from another language), the images are not displayed until the control has been redrawn.
Cause
During an incremental update, the source code is replaced, but the image references in the source code (e.g., ref:img.png) are not replaced with valid URLs.
Test
- Create A
- Enter text with a line break in the i18NHTMLNormal>German attribute and upload an image.
- Translate to English.
- Expected result: The text is translated, and the same image as in the German version is displayed.