From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#51298: 29.0.50; Tab bar buttons won't highlight after the mouse is released outside the tab bar Date: Wed, 20 Oct 2021 09:58:46 +0300 Organization: LINKOV.NET Message-ID: <87lf2o41y1.fsf@mail.linkov.net> References: <87h7dcecex.fsf.ref@yahoo.com> <87h7dcecex.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38844"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 51298@debbugs.gnu.org To: Po Lu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Oct 20 09:01:13 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 1md5b7-000A0a-Hn for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Oct 2021 09:01:13 +0200 Original-Received: from localhost ([::1]:38238 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1md5b6-0002zM-Gt for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Oct 2021 03:01:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52070) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1md5aw-0002up-A4 for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2021 03:01:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:40980) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1md5av-0000pu-Ts for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2021 03:01:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1md5av-000374-Qn for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2021 03:01:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 20 Oct 2021 07:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51298 X-GNU-PR-Package: emacs Original-Received: via spool by 51298-submit@debbugs.gnu.org id=B51298.163471321111891 (code B ref 51298); Wed, 20 Oct 2021 07:01:01 +0000 Original-Received: (at 51298) by debbugs.gnu.org; 20 Oct 2021 07:00:11 +0000 Original-Received: from localhost ([127.0.0.1]:52526 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1md5a7-00035d-BC for submit@debbugs.gnu.org; Wed, 20 Oct 2021 03:00:11 -0400 Original-Received: from relay9-d.mail.gandi.net ([217.70.183.199]:40719) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1md5a6-00034N-5c for 51298@debbugs.gnu.org; Wed, 20 Oct 2021 03:00:10 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 95B4AFF81B; Wed, 20 Oct 2021 07:00:02 +0000 (UTC) In-Reply-To: <87h7dcecex.fsf@yahoo.com> (Po Lu via's message of "Wed, 20 Oct 2021 09:02:30 +0800") 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:217632 Archived-At: > When moving the mouse pointer over the Tab Bar "new tab" button, the > button appears to have a raised relief highlight. But after clicking > down on the button and moving the pointer outside the button before > depressing the mouse button to cancel the tab creation, the new tab > button will no longer highlight unless it's clicked again. The same problem exists when clicking down the tab close button "x". Patches welcome.