From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Scrollbar bugs in Windows port Date: Mon, 05 Jun 2006 01:03:55 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1149458655 20931 80.91.229.2 (4 Jun 2006 22:04:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Jun 2006 22:04:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 05 00:04:14 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fn0hf-000595-In for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 00:04:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fn0hf-0005W5-3I for ged-emacs-devel@m.gmane.org; Sun, 04 Jun 2006 18:04:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fn0hV-0005W0-7i for emacs-devel@gnu.org; Sun, 04 Jun 2006 18:04:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fn0hS-0005Vo-VA for emacs-devel@gnu.org; Sun, 04 Jun 2006 18:04:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fn0hS-0005Vl-OO for emacs-devel@gnu.org; Sun, 04 Jun 2006 18:03:58 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fn0oS-0005Bw-WD for emacs-devel@gnu.org; Sun, 04 Jun 2006 18:11:13 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-10-95.inter.net.il [80.230.10.95]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DOR25477 (AUTH halo1); Mon, 5 Jun 2006 01:03:56 +0300 (IDT) Original-To: Ralf Angeli In-reply-to: (message from Ralf Angeli on Sun, 04 Jun 2006 23:10:14 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:55690 Archived-At: > From: Ralf Angeli > Date: Sun, 04 Jun 2006 23:10:14 +0200 > > 1) If you start Emacs with `emacs -Q', open a file which is longer > than the window, say etc/DEBUG, move point to the end of the buffer > and click with mouse-1 on the scrollbar thumb, the buffer will be > scrolled down by one line upon the mouse-down event. > > 2) If you start Emacs with `emacs -Q', open etc/DEBUG, click with > mouse-1 on the scrollbar thumb, drag it down about two thirds of > the scrollbar and then drag it slowly further down, the buffer will > shift fastly and eratically up and down during dragging. > > 3) If you start Emacs with `emacs -Q', open etc/GNU, click with > mouse-1 on the scrollbar thumb, drag it down to the end of the > scrollbar and release mouse-1, the last line of the file will not > be visible. I cannot reproduce the last one on my system; maybe it depends on the details of the screen resolution. I will try to look into the other two when I have time. Thanks.