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 76586 - editable entry do not care about multichar
editable entry do not care about multichar
Status: RESOLVED FIXED
Product: libgnomeui
Classification: Deprecated
Component: general
unspecified
Other other
: Normal major
: 2.0.0
Assigned To: Anders Carlsson
Nautilus Maintainers
: 78829 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-03-27 03:11 UTC by kz
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libgnomeui patch (2.58 KB, patch)
2002-04-28 05:24 UTC, Alexander Larsson
none Details | Review

Description kz 2002-03-27 03:12:26 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.

Comment 1 kz 2002-04-16 07:14:53 UTC
#78829 is duplicated one.
Comment 2 Luis Villa 2002-04-25 16:14:56 UTC
*** Bug 78829 has been marked as a duplicate of this bug. ***
Comment 3 Luis Villa 2002-04-25 16:15:34 UTC
We should at least look at this for 1.1.x.
Comment 4 Alexander Larsson 2002-04-28 05:20:25 UTC
This is a bug in gnome-icon-item-text. I have a patch that fixes it.
Comment 5 Alexander Larsson 2002-04-28 05:24:51 UTC
Created attachment 7994 [details] [review]
libgnomeui patch
Comment 6 Anders Carlsson 2002-04-29 14:06:46 UTC
Thanks Alex, I've applied the patch.