March 30, 2011
8:49 p.m.
Comment #1 on issue 3916 by Dionisiy...@gmail.com: Can't input some Russian characters at text editors http://code.google.com/p/pharo/issues/detail?id=3916 In TextEditor>>dispatchOn: aKeyboardEvent aKeyboardEvent>>keyValue analized for special actions like leftArrow should do. I think proplem that for russian "Ð" input keyboardEvent has keyValue 29 which is really leftRight ascii value. Possible fix attached. I replace analazing keyValue with analazing keyCharacter asciiValue. I make fix on pharo1.2 Attachments: TextEditor-dispatchOn.st 2.3 KB