Page 2 of 2

Renavigate back to page not working after filling dropdown

Posted: Thu Dec 11, 2014 10:19 pm
by Aeneas McBurney

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


Renavigate back to page not working after filling dropdown

Posted: Thu Dec 11, 2014 11:18 pm
by Aeneas McBurney

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


Renavigate back to page not working after filling dropdown

Posted: Fri Dec 12, 2014 5:56 am
by Yurii Orishchuk

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.


Renavigate back to page not working after filling dropdown

Posted: Fri Dec 12, 2014 6:04 am
by Aeneas McBurney

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