[Tkinter-discuss] Weird bug in input widgets?

2015-01-31 Thread Raphaël SEBAN
Hi all, While working on my latest software (tkScenarist on GitHub), I encountered a really weird issue: once cleared, input widgets such as Text, Entry, ttk.Entry do *NOT* accept composite-accented letters (french ê, ë, etc) any more. So, to get sure, I made the following test code: [CODE]

Re: [Tkinter-discuss] Weird bug in input widgets?

2015-01-31 Thread Michael Lange
Hi Raphaël, I cannot reproduce this behavior here (debian wheezy, Tk-8.5.11), however I could only test it with a german keyboard layout with X-Composite key or with dead keys temporarily enabled in xfce. I don't think that should matter, though, here everything seems to work fine. I can only gu