Page MenuHomePhabricator

Redirects to sections JavaScript (mediawiki.action.view.redirect) does not work on IE 10 and 11
Closed, ResolvedPublic

Description

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]].


Version: 1.24rc
Severity: normal

Details

Reference
bz70176

Event Timeline

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

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.