After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 107833 - GtkEntry does not report all of the text
GtkEntry does not report all of the text
Status: RESOLVED DUPLICATE of bug 62948
Product: gtk+
Classification: Platform
Component: Widget: Other
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-03-07 16:48 UTC by Alex
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alex 2003-03-07 16:48:57 UTC
Steps:
1. Switch input mode for GtkEntry to any non-english. (ie russian)
2. input a character that allows for multiple characters (ie. c in russian
may be modified by future input)
3. Click on a button that'd get the text from entry
4. The text is not what's displayed

Explanation: 
For example, if I were to put it in russian "ts" into an GtkEntry, I would
expect upon asking for it's contents to find "ts" returned to me. However I
only get "t" as my input. 
I can fix the error by changing the entry to be non-editable and back
before checking the input. 

Note: Using gtk 2.2.0, haven't yet upgraded to 2.2.1
Comment 1 Owen Taylor 2003-03-07 17:03:33 UTC
Hard problem

*** This bug has been marked as a duplicate of 62948 ***