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

--- Comment #1 from Jon <[email protected]> ---
Very strange. I also notice searching from Crepe on the main page mangles the
URL as well.

This could be an issue in MobileFrontend or the History.js library we use.

I notice calling
History.replaceState( null, mw.config.get( 'wgTitle' ), decodeURIComponent(
window.location.pathname ) );

instead of
History.replaceState( null, mw.config.get( 'wgTitle' ) )
fixes the reported problem (although pages loaded via the api also have this
problem)

arggg encoding issues.

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

Reply via email to