Bug#237208: marked as done (libgtk2.0-0: Autocomplete in Combo with spanish characters doesn't work properly)

Debian Bug Tracking System owner@bugs.debian.org
Sat, 05 Jun 2004 14:33:11 -0700


Your message dated Sat, 05 Jun 2004 23:25:31 +0200
with message-id <87hdtpg0j8.fsf@asfaloth.marcbrockschmidt.de>
and subject line libgtk2.0-0: Autocomplete in Combo with spanish characters doesn't work properly
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 10 Mar 2004 10:51:21 +0000
>From davinci@escomposlinux.org Wed Mar 10 02:51:21 2004
Return-path: <davinci@escomposlinux.org>
Received: from 112.red-80-58-210.pooles.rima-tde.net (hobbiton) [80.58.210.112] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1B11J2-0002ZS-00; Wed, 10 Mar 2004 02:51:20 -0800
Received: from david by hobbiton with local (Exim 4.30)
	id 1B0q4O-0004fv-My; Tue, 09 Mar 2004 23:51:28 +0100
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="ISO-8859-1"
From: DaVinci <davinci@escomposlinux.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libgtk2.0-0: Autocomplete in Combo with spanish characters doesn't work
 properly
X-Mailer: reportbug 2.50
Date: Tue, 09 Mar 2004 23:51:28 +0100
Message-Id: <E1B0q4O-0004fv-My@hobbiton>
Sender: DaVinci <davinci@escomposlinux.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_08 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-4.2 required=4.0 tests=DATE_IN_PAST_06_12,
	HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_08
X-Spam-Level: 

Package: libgtk2.0-0
Version: 2.2.4-3
Severity: normal


 If you have a list in a combo box with spanish characters and type
 until any of these, you can't autocomplete with Alt+Tab properly.
 Widget gets unstable until you type several backspaces.

 You can probe with this example (thanks to Masao Mutoh, developer of
 Ruby-gnome2):

---------------------------------------------
#include <gtk/gtk.h>
#include <locale.h>

int main(int argc, char** argv){  
  GtkWidget *window, *combo;
  GList* glist = NULL;

  setlocale(LC_ALL, "");
  glist = g_list_append(glist, "árbol");
  glist = g_list_append(glist, "película");
  glist = g_list_append(glist, "edredón");

  gtk_init(&argc, &argv);

  combo = gtk_combo_new();

  gtk_combo_set_popdown_strings(GTK_COMBO(combo), glist);

  window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
  gtk_container_add(GTK_CONTAINER (window), GTK_WIDGET(combo));
  gtk_widget_show_all(window);

  gtk_main();
  return 0;
}
-----------------------------------------------

							David

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.3
Locale: LANG=es_ES.ISO-8859-1, LC_CTYPE=es_ES.ISO-8859-1

Versions of packages libgtk2.0-0 depends on:
ii  libatk1.0-0                 1.4.1-1      The ATK accessibility toolkit
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  libfontconfig1              2.2.1-16     generic font configuration library
ii  libfreetype6                2.1.7-2      FreeType 2 font engine, shared lib
ii  libglib2.0-0                2.2.3-1      The GLib library of C routines
ii  libgtk2.0-common            2.2.4-3      Common files for the GTK+ graphica
ii  libjpeg62                   6b-9         The Independent JPEG Group's JPEG 
ii  libpango1.0-0               1.2.5-2.1    Layout and rendering of internatio
ii  libpng12-0                  1.2.5.0-5    PNG library - runtime
ii  libtiff3g                   3.6.1-1      Tag Image File Format library
ii  libxft2                     2.1.2-5      FreeType-based font drawing librar
ii  libxrender1                 0.8.3-5      X Rendering Extension client libra
ii  xlibs                       4.3.0-5      X Window System client libraries m
ii  zlib1g                      1:1.2.1-4    compression library - runtime

-- no debconf information

---------------------------------------
Received: (at 237208-done) by bugs.debian.org; 5 Jun 2004 21:24:44 +0000
>From marc@marcbrockschmidt.de Sat Jun 05 14:24:44 2004
Return-path: <marc@marcbrockschmidt.de>
Received: from gandalf.marclanger.de [195.60.111.55] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BWiei-0002fu-00; Sat, 05 Jun 2004 14:24:44 -0700
Received: from p83.129.116.74.tisdip.tiscali.de ([83.129.116.74] helo=Asfaloth)
	by gandalf.marclanger.de with asmtp (TLS-1.0:RSA_ARCFOUR_SHA:16)
	(Exim 4.34)
	id 1BWieh-0004em-48
	for 237208-done@bugs.debian.org; Sat, 05 Jun 2004 23:24:43 +0200
Received: from localhost
	([127.0.0.1] helo=Asfaloth ident=identistdoof)
	by Asfaloth with esmtp (Exim 4.34)
	id 1BWifd-0008FM-VA
	for 237208-done@bugs.debian.org; Sat, 05 Jun 2004 23:25:42 +0200
To: 237208-done@bugs.debian.org
Subject: Re: libgtk2.0-0: Autocomplete in Combo with spanish characters
 doesn't work
 properly
References: <E1B0q4O-0004fv-My@hobbiton>
In-Reply-To: <E1B0q4O-0004fv-My@hobbiton>
From: Marc 'HE' Brockschmidt <marc@marcbrockschmidt.de>
Organization: CPU+Mainboard-FAQ: http://www.dch-faq.de/
User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through
 Obscurity, linux)
Date: Sat, 05 Jun 2004 23:25:31 +0200
Message-ID: <87hdtpg0j8.fsf@asfaloth.marcbrockschmidt.de>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-=";
	micalg=pgp-sha1; protocol="application/pgp-signature"
Delivered-To: 237208-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

--=-=-=

DaVinci <davinci@escomposlinux.org> wrote:
> If you have a list in a combo box with spanish characters and type
> until any of these, you can't autocomplete with Alt+Tab properly.
> Widget gets unstable until you type several backspaces.

I've tested this with german umlauts and Gtk+2.4 and had no problem at
all. Please reopen this bug if you can still reproduce it with Gtk+ from
unstable.

Marc
-- 
BOFH #173:
Recursive traversal of loopback mount points

--=-=-=
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQBAwjpUmO5zOp3h7rERAh2BAJ0aqEizSSYaZXLZXAfX6O/N4otG3QCffj04
3GYBUOLuyPoDV8v2BlujHng=
=LNEb
-----END PGP SIGNATURE-----
--=-=-=--