Last modified: 2014-09-01 23:38:28 UTC
Redirects to sections JavaScript (mediawiki.action.view.redirect) does not work on IE 10 and 11. It seems that IE ignores URL fragment changes via the HTML5 history API (history.replaceState). We should try some location.hash-based workarounds and report this upstream. Originally reported by Paine Ellsworth on [[en:WP:VPT]].
Change 157165 had a related patch set uploaded by Bartosz Dziewoński: mediawiki.action.view.redirect: Work around a IE 10+ HTML5 history API bug https://gerrit.wikimedia.org/r/157165
For the record, this was caused by I9d8d8347 (fix for bug 35045).
Change 157165 merged by jenkins-bot: mediawiki.action.view.redirect: Work around a IE 10+ HTML5 history API bug https://gerrit.wikimedia.org/r/157165
Also reported upstream with Microsoft, since I have an account for that nowadays.. https://connect.microsoft.com/IE/feedbackdetail/view/959007/history-replacestate-doesnt-update-scroll-position-state-to-new-hash-fragment-unlike-other-vendors Thx for that excellent description Bartosz
Oh, I added it to Roan's IE bugs list, too. You two should probably synchronize or something. https://www.mediawiki.org/wiki/User:Catrope/IE_bugs#Changing_page.27s_address_via_HTML5_history_API_doesn.27t_scroll_to_new_fragment
Change 157175 had a related patch set uploaded by Bartosz Dziewoński: mediawiki.action.view.redirect: Work around a IE 10+ HTML5 history API bug https://gerrit.wikimedia.org/r/157175
Change 157176 had a related patch set uploaded by Bartosz Dziewoński: mediawiki.action.view.redirect: Work around a IE 10+ HTML5 history API bug https://gerrit.wikimedia.org/r/157176
Change 157175 merged by jenkins-bot: mediawiki.action.view.redirect: Work around a IE 10+ HTML5 history API bug https://gerrit.wikimedia.org/r/157175
Change 157176 merged by jenkins-bot: mediawiki.action.view.redirect: Work around a IE 10+ HTML5 history API bug https://gerrit.wikimedia.org/r/157176
Backported and deployed by Ori.