Last modified: 2014-10-23 19:44:50 UTC
in ve.ce.Surface we the following line: if ( $.browser.msie === true && e.which === 229 ) { Give we haven't tested IE in so longer I suspect this might not work anymore, but if it does, we need another way to detect that this hack is needed as $.browser is deprecated.
I'm in the process of stripping these checks out anyway, because the inIme checks cannot be made realiable. Does this need removing immediately? If so I can submit a smaller patch that does this.
It needs to not use $.browser within 2 weeks tops.
Bumping priority as this needs to be done very soon…
Rephrasing to be the bug David wants to work on in general. For the literal usage of $.browser, see bug 65404.
Was fixed by https://gerrit.wikimedia.org/r/#/c/141457 .