Last modified: 2014-02-12 23:54:11 UTC
If requesting the mobile site in IE 10 on my Surface RT, I get the non-JavaScript version of the mobile site: * 'go' button in the search bar * no typeahead search * no collapsed sections Windows 8/rt gets the desktop site by default, but some folks may prefer the touch site so we shouldn't explode on it. :)
This makes sense based on the current regexs: https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/MobileFrontend.git;a=blob;f=includes/DeviceDetection.php;h=7a020373e0a39af9859c691b9145ac6dd0371d29;hb=HEAD#l319 Should be made more generic There are several other device detection issues that could be picked up at the same time (see https://mingle.corp.wikimedia.org/projects/mobile/cards/214)
https://gerrit.wikimedia.org/r/31581 highlights the bug by making a failing test. Test needs to be fixed in core and then in equivalent code for varnish
Note this seems to hit IE 10 on Windows Phone 8 as well (I don't have my Win8 machine with me to run the SDK emulator on so can't confirm a fix right now, but can test once back from India.)
https://gerrit.wikimedia.org/r/#/c/35298/ https://gerrit.wikimedia.org/r/35210
Changes merged to master