You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a critical regression in the Rich Text content type. When a user interacts with an image within the editor (clicking to select or edit) and then clicks outside the editor area, the image src attribute is automatically transformed from an absolute path to a relative path.
Problem Statement
There is a critical regression in the Rich Text content type. When a user interacts with an image within the editor (clicking to select or edit) and then clicks outside the editor area, the image
srcattribute is automatically transformed from an absolute path to a relative path./dA/9bf3ad75d5/dog 2.webp?language_id=1../dA/9bf3ad75d5/dog 2.webp?language_id=1This silent mutation of the DOM breaks image rendering depending on the page's hierarchical depth.
Screen.Recording.2026-02-27.at.4.55.44.PM.mov
Steps to Reproduce
onBlurevent).srcattribute has been prepended with../and the image is broken.Acceptance Criteria
srcattribute must remain unchanged (absolute path) after the editor loses focus.../path to the database.dotCMS Version
dotcms-core 26.02.17-01 (February 17, 2026 12:46 PM)
Severity
Medium - Some functionality impacted
Links
https://dotcms.freshdesk.com/a/tickets/35698