Try our conversational search powered by Generative AI!

OPE doesnt catch properties in SPA

Fixed in

EPiServer.CMS.UI 12.6.0

(Or a related package)

Created

Mar 29, 2022

Updated

May 09, 2022

Area

CMS UI

State

Closed, Fixed and tested


Description

Fixed an issue where the properties of a Single Page Application (SPA) were not loaded.

Document Object Modules (DOM) are rendered at the client on a SPA website and it is not enough to only listen for DOM content loaded event from the beginning. You should listen for a DOM-changed event (attribute and sub-tree) in a real-time and then notify Edit mode.