[issue1012435] ctrl-left/-right works incorectly with diacritics

Guilherme Polo report at bugs.python.org
Wed Apr 22 21:37:53 CEST 2009


Guilherme Polo <ggpolo at gmail.com> added the comment:

This is not a bug in tkinter either, unfortunately. Please report it at
tk tracker: http://sourceforge.net/projects/tktoolkit/

Here is the equivalent tcl code to reproduce the problem (you could use
it while re-reporting at the tk tracker):

$ wish8.5
% pack [text .t]
% .t insert 1.0 abc
% .t insert 1.0 "z\u0102\u02c7"

----------
resolution:  -> wont fix
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1012435>
_______________________________________


More information about the Python-bugs-list mailing list