GNOME Bugzilla – Bug 76586
editable entry do not care about multichar
Last modified: 2004-12-22 21:47:04 UTC
Package: nautilus Severity: normal Version: 1.1.11 Synopsis: editable entry do not care about multichar Bugzilla-Product: nautilus Bugzilla-Component: Internationalization (i18n) Description: on activation of rename, editable entry open up. by default, whole string are selected. if name string contain multichar, the selection area fail to get right width of string. i.e. with (MUL1)(sin)(MUL2) string, 1. arrow right from head of string do not move cursor. 2. and right again, then cursor move by the width of (sin) char. 3. press Delete key and (MUL2) removed. that's funny view :) ------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-03-26 22:12 ------- Unknown version 1.1.x in product nautilus. Setting version to the default, "unspecified". Reassigning to the default owner of the component, nautilus-maint@bugzilla.gnome.org.
#78829 is duplicated one.
*** Bug 78829 has been marked as a duplicate of this bug. ***
We should at least look at this for 1.1.x.
This is a bug in gnome-icon-item-text. I have a patch that fixes it.
Created attachment 7994 [details] [review] libgnomeui patch
Thanks Alex, I've applied the patch.