Symptom
- Story popup not showing
- The story popup sometimes does not appear when the story is first opened, but it does appear after refreshing the browser once or multiple times.
Environment
SAP Analytics Cloud
Reproducing the Issue
- Create a story that opens a story popup via the onInitialization script.
- View the story and notice the popup window does not show up right away.
- Refresh the browser, and it now shows the popup.
Cause
Race condition in the onInitialization script.
Resolution
- Add a Timer Widget.
- In the onInitialization script, start the timer to delay the call to the popup.
- In the Timer Widget's onTimeout event, open the popup.
Keywords
SAC, story popup , KBA , LOD-ANA-UNS-SCR , Unified Story Scripting related Issues , Problem
Product
SAP Analytics Cloud 1.0
SAP Knowledge Base Article - Public