This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rovf
Recipients rovf
Date 2014-05-29.14:51:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401375115.8.0.444639953801.issue21606@psf.upfronthosting.co.za>
In-reply-to
Content
When I enter Japanese text in a tkinter entry widget, I don't get any visual feedback while typing; in particular, I don't get the Kanji selection box of the Kotaeri input method, which makes it impossible to choose the correct Kanji (try, for example, to type the words 合う, 会う and 遭う in a tkinter entry field). The only possibility is to enter the text in, say, a text editor and then copy them to the tkinter entry widget.

The error is specific to Mac OSX (at least to version 10.6). It does not occur on Windows.
History
Date User Action Args
2014-05-29 14:51:56rovfsetrecipients: + rovf
2014-05-29 14:51:55rovfsetmessageid: <1401375115.8.0.444639953801.issue21606@psf.upfronthosting.co.za>
2014-05-29 14:51:55rovflinkissue21606 messages
2014-05-29 14:51:54rovfcreate