Page MenuHomePhabricator

ULS IME does not work in Content Translation
Closed, ResolvedPublic1 Estimated Story Points

Description

Universal Language Selector's Input Method Editor does not work properly in Content Translation.

To reproduce this bug:

  1. go to Esperanto Wikipedia, enable Content Translation in Beta
  2. go to Content Translation, elect some hazard article to translate
  3. in translation area in ULS IME elect Input method "Esperanto" →"Esperanto x sistemo"
  4. type "ehxosxangxo cxiujxauxde"

It should change itself during typing to "eĥoŝanĝo ĉiuĵaŭde", but does not do this.

Event Timeline

KuboF raised the priority of this task from to Needs Triage.
KuboF updated the task description. (Show Details)
KuboF subscribed.
santhosh triaged this task as Medium priority.Feb 3 2015, 11:46 AM
santhosh subscribed.

Javascript error trace:

Uncaught TypeError: undefined is not a function query.ime.js:602
 getDivCaretPosition jquery.ime.js:460
 getCaretPosition jquery.ime.js:342
 IME.getCaretPosition jquery.ime.js:166

The line sel = rangy.getSelection(); is failing saying getSelection method not present in rangy instance. Must be a rangy API mismatch.

It works if I run rangy.init() on console after clicking on a section (which loads the rangy module) but before typing.

Change 207412 had a related patch set uploaded (by Santhosh):
Update jquery.ime to v0.1.0 20150429

https://gerrit.wikimedia.org/r/207412

Change 207412 merged by jenkins-bot:
Update jquery.ime to v0.1.0 20150429

https://gerrit.wikimedia.org/r/207412