Bug#271625: marked as done (annoying behavior of the file chooser
in save mode)
Debian Bug Tracking System
owner@bugs.debian.org
Tue, 19 Oct 2004 02:33:08 -0700
Your message dated Tue, 19 Oct 2004 11:24:57 +0200
with message-id <20041019092457.GH4167@via.ecp.fr>
and subject line annoying behavior of the file chooser in save mode
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; 14 Sep 2004 08:01:39 +0000
>From caliste@drfmc.ceng.cea.fr Tue Sep 14 01:01:39 2004
Return-path: <caliste@drfmc.ceng.cea.fr>
Received: from balu1.urz.unibas.ch [131.152.1.51]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1C78Fu-0006zL-00; Tue, 14 Sep 2004 01:01:38 -0700
Received: from [131.152.103.193] (wannier.physik.unibas.ch [131.152.103.193])
by balu1.urz.unibas.ch (8.12.10/8.12.10) with ESMTP id i8E81avn024530
for <submit@bugs.debian.org>; Tue, 14 Sep 2004 10:01:36 +0200
Message-ID: <4146A3E9.3000806@drfmc.ceng.cea.fr>
Date: Tue, 14 Sep 2004 09:55:21 +0200
From: Damien Caliste <caliste@drfmc.ceng.cea.fr>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.2) Gecko/20040803
X-Accept-Language: fr-fr, fr, en-us, en
MIME-Version: 1.0
To: submit@bugs.debian.org
Subject: annoying behavior of the file chooser in save mode
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Delivered-To: submit@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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: libgtk2.0-0
Version: 2.4.9-1
There is no error reported by GTK but the new file chooser in save mode
doesn't behave as supposed. I explain myself :
- the file chooser is in save mode ;
- there are already subdirectories at the point the file chooser is open
(this is the important point since everything is normal without
subdirectories);
- the file chooser has been created via the filechooser_dialog method
with a button which has the GTK_RESPONSE_ACCEPT and the dialog is raised
using the gtk_dialog_run() method.
- one types a name for the file one wants to save and push the button
that has the GTK_RESPONSE_ACCEPT. Then the annoying behavior appears :
pushing this button makes the filechooser change for the first subdirectory.
In fact this seems to happen because (you see it when you expand the
dialog) the first line of the subdirectories list is selected by default
and thus the dialog logicaly goes in that directory when you push the
accept button. But this is not the way it should work, I mean, I wait it
to return the name I typed and not to enter the first subdirectory I
even not know about before I expand the dialog. Note that everything is
normal if you unselect the first subdirectory before clicking on the
accept button.
I don't know if it's really a bug or a special feature. Thanks for your
good work on GTK.
Damien.
PS : I don't think that informations on my system are relevant since
there is no error but just a strange functionality, thus I don't join
them. Nevertheless, if something is needed (such as a small program code
which just invoques a filechooser to test what I mean) I can add it in a
future mail.
---------------------------------------
Received: (at 271625-done) by bugs.debian.org; 19 Oct 2004 09:25:01 +0000
>From lool@bee.dooz.org Tue Oct 19 02:25:01 2004
Return-path: <lool@bee.dooz.org>
Received: from postfix4-2.free.fr [213.228.0.176]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CJqEn-0005L3-00; Tue, 19 Oct 2004 02:25:01 -0700
Received: from bee.dooz.org (levallois.dooz.org [81.57.180.178])
by postfix4-2.free.fr (Postfix) with ESMTP id 61E6C231F4C
for <271625-done@bugs.debian.org>; Tue, 19 Oct 2004 11:25:00 +0200 (CEST)
Received: by bee.dooz.org (Postfix, from userid 1000)
id 0ED2B6815900; Tue, 19 Oct 2004 11:24:58 +0200 (CEST)
Date: Tue, 19 Oct 2004 11:24:57 +0200
From: =?iso-8859-1?Q?Lo=EFc?= Minier <lool@dooz.org>
To: 271625-done@bugs.debian.org
Subject: Re: annoying behavior of the file chooser in save mode
Message-ID: <20041019092457.GH4167@via.ecp.fr>
References: <4146A3E9.3000806@drfmc.ceng.cea.fr> <20041017161343.GA30473@via.ecp.fr> <4174D16E.70705@drfmc.ceng.cea.fr>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
In-Reply-To: <4174D16E.70705@drfmc.ceng.cea.fr>
Content-Transfer-Encoding: quoted-printable
Delivered-To: 271625-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:
Damien Caliste <caliste@drfmc.ceng.cea.fr> - Tue, Oct 19, 2004:
> > Do you still have the problem with current GTK?
> it works fine now with the 2.4.10 version. I think it may have somethin=
g=20
> to do with this :
> - Make autocompletion less annoying in save mode [Owen Taylor]
> So imho, the bug can be closed.
Fine I'm closing the bug.
--=20
Lo=EFc Minier <lool@dooz.org>