Last modified: 2013-02-12 17:25:33 UTC
Went to look up a code review request on my Surface tablet (Windows RT) and found that Gerrit doesn't seem to like IE 10 much. An alert pops up: "ERROR: Possible problem with your *.gwt.xml module file. The compile time user.agent value (ie8) does not match the runtime user.agent value (ie9). Expect more errors." Hitting OK dismisses the alert, but the Gerrit UI doesn't finish loading and you can neither read nor update the patchset.
I doubt anyone upstream has used IE10 yet ;-)
"IE 10: it's not half bad, but it's still IE." :) I'd be less miffed if Windows RT let you install alternate browsers. *cough cough* Ah well I'll just use my real computer for code reviews for now. ;)
Upstream: As per https://code.google.com/p/gerrit/issues/detail?id=1530 this seems to be a dup of https://code.google.com/p/gerrit/issues/detail?id=926
Identical bug. It happens on every IE release :\
Looks like GWT doesn't support IE10 yet. GWT 2.5.1 looks like it will, though[0]. Don't know when the release will be (they said September :() or when it'll make it into Gerrit. [0] https://groups.google.com/d/topic/google-web-toolkit/hcLoOL3J4u4/discussion
therr's a suggestion to enable compatibility mode; might try futzing with that in the meantime.
You could also try client-side browser detection. This has come up on the Gerrit list. https://groups.google.com/d/msg/repo-discuss/nPt6teqHTbE/rkTmILrrfF8J
This is in progress upstream: https://gerrit-review.googlesource.com/#/c/41690/
Please test with IE10 :)
Confirmed IE 10 can now view gerrit. :D Tested desktop IE on Windows 8 Pro.