Comment #1 on issue 3916 by [email protected]: 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

Reply via email to