cancel
Showing results for 
Search instead for 
Did you mean: 

Behaviour of script NavigationUtils.openStory

Anthony
Explorer
997

Hello,

I have a story where I can click on a button and jump to another story passing parameters. Everything is ok except a strange behaviour. When I click on the button, a new tab is opened (that's what we want) and the story is launched with parameters. If we go back to the initial tab (first story), it seems that the refresh of the second story is in stand-by. If I click again on the second tab, then the story finally refreshes and is being displayed.

I thought that I could return to the initial story waiting that the second one refreshed. At the contrary, I have the feeling that we have to stay on the second story to allow it to refresh and being displayed. Is that a normal behaviour ?

Here is the script to open the second story :

 
NavigationUtils.openStory("8EE81E05A19BA171XYZ415210B976D9", "1",
[UrlParameter.create("p_v_fund",fondslist),  
UrlParameter.create("p_v_funds_ctr",CFlist    
],true);
 
thanks in advance
Mat

Accepted Solutions (0)

Answers (1)

Answers (1)

Anthony
Explorer
0 Kudos

Hello,

It is not really the same issue. Parameters are transfered but I have to stay on the tab where the new story is displayed otherwise it does not load the story

Kr