https://bugzilla.wikimedia.org/show_bug.cgi?id=41407

--- Comment #5 from Jon <[email protected]> ---
The offending line of code is:
window.history.replaceState( { title: currentTitle, hash: true }, currentTitle,
newHash );

It seems that replaceState cannot handle a first argument which is a JSON.
The situation in the beta is even worse (browser crashes on a page load)

Thus this requires some thought - we can either disable enhanced functionality
for this phone or try to work around these bugs by passing strings and using
JSON.stringify

I will push a temporary fix soon.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to