Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.1.1
-
None
Description
it appears that if a component has an event listener method which listens for events on objects within that component, but has parameters bound to values on the containing page, when that listener is invoked the component is rewound and its properties are updated – and propagated to the containing page, but that page has not been rewound at all with its own client-persistent properties. this causes all sorts of unexpected behavior where components are attached to completely random or uninitialized page objects.