Issue60

Title (wx26) Complex unicode characters are dropped from entry widgets
Priority bug Status external
Superseder Nosy List johannesV
Assigned To johannesV Topics gnue-forms

Created on 2006-03-22.08:30:40 by johannesV, last changed 2006-11-09.14:07:19 by johannesV.

Messages
msg268 (view) Author: johannesV Date: 2006-11-09.14:07:19
We have now moved from wx.EVT_CHAR to wx.EVT_TEXT so this bug does not affect
gnue-forms anymore - complex unicode characters are working again.
msg73 (view) Author: johannesV Date: 2006-03-22.08:30:39
Due to a bug in wxPython 2.6 all complex unicode characters (having a unicode
value above 255) are dropped from entry widgets after leaving the entry. The
reason is a bug in wxPython (request id: 1455924) which does not cause such
unicode-characters to generate a wx.EVT_CHAR event which in turn is needed by
gnue-forms to track the input.
History
Date User Action Args
2006-11-09 14:07:19johannesVsetmessages: + msg268
2006-11-08 22:09:48reinhardsettitle: Complex unicode characters are dropped from entry widgets in wx26-uidriver -> (wx26) Complex unicode characters are dropped from entry widgets
2006-10-11 14:40:10reinhardsetstatus: deferred -> external
2006-03-22 08:30:40johannesVcreate