Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.3.3, 5.3.4, 5.4
Description
Consider the following snippet:
<t:alerts />
<t:componentthataddsanalert />
The alert will not be shown as the JS for the alerts is generated in the beginRender phase of the alerts component. and alerts that are added later are ignored until its next rendering.