From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: Gtk scrollbar: thumb too short Date: Thu, 27 Mar 2003 16:41:27 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200303272141.h2RLfRqf030049@rum.cs.yale.edu> References: <20030325193739.ZGIN3924.fep01-svc.swip.net@gaffa.gaia.swipnet.se> <1048780121.14517.22.camel@localhost.localdomain> <200303271630.h2RGU1bT028651@rum.cs.yale.edu> <1048799271.15136.69.camel@localhost.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048801542 23622 80.91.224.249 (27 Mar 2003 21:45:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2003 21:45:42 +0000 (UTC) Cc: Stefan Monnier Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Mar 27 22:45:38 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18yfBq-00068d-00 for ; Thu, 27 Mar 2003 22:45:38 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18yfDu-0003cA-00 for ; Thu, 27 Mar 2003 22:47:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18yf9A-0000N5-09 for emacs-devel@quimby.gnus.org; Thu, 27 Mar 2003 16:42:52 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18yf8L-0008TI-00 for emacs-devel@gnu.org; Thu, 27 Mar 2003 16:42:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18yf7r-00079Y-00 for emacs-devel@gnu.org; Thu, 27 Mar 2003 16:41:34 -0500 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10.13) id 18yf7p-00070Y-00; Thu, 27 Mar 2003 16:41:29 -0500 Original-Received: from rum.cs.yale.edu (localhost [127.0.0.1]) by rum.cs.yale.edu (8.12.8/8.12.8) with ESMTP id h2RLfSPe030051; Thu, 27 Mar 2003 16:41:28 -0500 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.12.8/8.12.8/Submit) id h2RLfRqf030049; Thu, 27 Mar 2003 16:41:27 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Owen Taylor Original-cc: "Jan D." Original-cc: rms@gnu.org Original-cc: kai.grossjohann@uni-duisburg.de Original-cc: jody@gnome.org Original-cc: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12676 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12676 > > Could you describe the bug more precisely. I don't expect the behavior > > to be perfect, but "doesn't come back" sounds serious (unless you're just > > talking about the size of the thumb: it only decreases while you drag > > to avoid nasty "meta-stable" flicker, so the size will only be reset to > > the proper value when the drag is over). > > I am talking about the size of the thumb. Not only does it not come > back when dragging (which, while it may be intentional, looks > very much like a bug), it also doesn't come back after you release, > until you move the scrollbar again. Oh, so it's just the "same old". The first problem is hard to fix, but the second one should be fixable without too much trouble. Stefan