Rongrong Luo
Rongrong Luo
try this. rewrite loadUrl in Backbone.js. you can put this piece of code anywhere after backbone.js loaded. ``` Backbone.history.loadUrl = function (fragment) { fragment = this.fragment = this.getFragment(fragment); return _.any(this.handlers,...
Actually it is not just a bug. it is a js feature called event loop, which causes problem in some particular browsers. you may want to read this article. http://www.ruanyifeng.com/blog/2013/10/event_loop.html
and this one: http://www.ruanyifeng.com/blog/2014/10/event-loop.html
@IndexXuan So sorry for not replying you earlier. Being busy these days. I think it is a bug, but sometimes i proved to be wrong just because I was 'too...