From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#51343: 27.2; Xaw3d scrollbar thumb doesn't update while dragged Date: Sat, 23 Oct 2021 11:24:18 +0300 Message-ID: <83ilxo5etp.fsf@gnu.org> References: <878ryk9owv.fsf.ref@yahoo.com> <878ryk9owv.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12010"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 51343@debbugs.gnu.org To: Po Lu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 23 10:25:21 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1meCLA-0002tX-Gq for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 23 Oct 2021 10:25:20 +0200 Original-Received: from localhost ([::1]:57424 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1meCL8-00089k-HU for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 23 Oct 2021 04:25:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48654) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1meCKs-00089a-TM for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2021 04:25:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:50997) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1meCKs-0005qT-LS for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2021 04:25:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1meCKs-00086X-ES for bug-gnu-emacs@gnu.org; Sat, 23 Oct 2021 04:25:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 23 Oct 2021 08:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51343 X-GNU-PR-Package: emacs Original-Received: via spool by 51343-submit@debbugs.gnu.org id=B51343.163497747831115 (code B ref 51343); Sat, 23 Oct 2021 08:25:02 +0000 Original-Received: (at 51343) by debbugs.gnu.org; 23 Oct 2021 08:24:38 +0000 Original-Received: from localhost ([127.0.0.1]:34310 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meCKT-00085n-V7 for submit@debbugs.gnu.org; Sat, 23 Oct 2021 04:24:38 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:51286) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1meCKR-00085Z-6l for 51343@debbugs.gnu.org; Sat, 23 Oct 2021 04:24:37 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:54946) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1meCKM-0005ZW-08; Sat, 23 Oct 2021 04:24:30 -0400 Original-Received: from [87.69.77.57] (port=1548 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1meCKL-00079Q-Jr; Sat, 23 Oct 2021 04:24:29 -0400 In-Reply-To: <878ryk9owv.fsf@yahoo.com> (bug-gnu-emacs@gnu.org) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:217956 Archived-At: > Date: Sat, 23 Oct 2021 15:32:48 +0800 > From: Po Lu via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > Previously, in an Emacs built with Xaw3d scroll bars, the thumb > proportion would update as the scrollbar was dragged. Now it doesn't > update until the scrollbar is released, and something that makes the > scrollbar position change happens. Could you please bisect to find the commit which changed that? Thanks.