Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Renavigate back to page not working after filling dropdown

That's strange. Where are you opening from? Can you try www.stabletrack.net as have published there too?

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Renavigate back to page not working after filling dropdown

Hi, same happens to me actually. Please select an item from dropdown and the other components will appear on main screen

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Renavigate back to page not working after filling dropdown

Hi Aeneas,

Yes this time problem reproduced.

I've found a culprit of this problem.

  1. in your custom JS you delete all contents of the select component.
    Details: http://prntscr.com/5fvrty/direct

  2. in some of your service mapping you use component that's inside this select.(that you previously deleted).
    Details: http://prntscr.com/5fvsm6/direct

    So as you see - the culprit of your problem - your own js code that deletes component which is will be used in service mapping.

    To fix it - delete this ".empty()" line of code. Or modify this line in way to leave sensitive component inside.

    Regards.

Aeneas McBurney
Posts: 0
Joined: Mon Jun 16, 2014 7:49 am

Renavigate back to page not working after filling dropdown

Hi yurri, thanks for that. I thought I removed the call to that service but will take another look

Return to “Issues”