The problem was that there was too much storing done in an on-change handler, causing things to be overwritten. By splitting up some functionality and properly marking the "we're now loading" bits of code, its' solved.
The problem was that there was too much storing done in an on-change handler, causing things to be overwritten. By splitting up some functionality and properly marking the "we're now loading" bits of code, its' solved.