New submission from rovf:

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.

----------
components: Tkinter
messages: 219347
nosy: rovf
priority: normal
severity: normal
status: open
title: No visual feedback when entering japanese Characters in Entry widget
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21606>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to