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#50424: 27.2; Tab bar button mouse face not clearing entirely Date: Mon, 06 Sep 2021 13:50:52 +0300 Message-ID: <83eea2rn8z.fsf@gnu.org> References: <87eea2cebb.fsf.ref@yahoo.com> <87eea2cebb.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32099"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 50424@debbugs.gnu.org To: Po Lu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Sep 06 12:53:11 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 1mNCFT-00081e-AI for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 06 Sep 2021 12:53:11 +0200 Original-Received: from localhost ([::1]:59214 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNCFS-0007oa-1D for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 06 Sep 2021 06:53:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54442) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNCDO-0005vL-5L for bug-gnu-emacs@gnu.org; Mon, 06 Sep 2021 06:51:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:40538) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mNCDN-0003Uu-Tt for bug-gnu-emacs@gnu.org; Mon, 06 Sep 2021 06:51:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mNCDN-0005El-Sz for bug-gnu-emacs@gnu.org; Mon, 06 Sep 2021 06:51:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 06 Sep 2021 10:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50424 X-GNU-PR-Package: emacs Original-Received: via spool by 50424-submit@debbugs.gnu.org id=B50424.163092545820120 (code B ref 50424); Mon, 06 Sep 2021 10:51:01 +0000 Original-Received: (at 50424) by debbugs.gnu.org; 6 Sep 2021 10:50:58 +0000 Original-Received: from localhost ([127.0.0.1]:52084 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNCDK-0005ES-4O for submit@debbugs.gnu.org; Mon, 06 Sep 2021 06:50:58 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:38326) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mNCDI-0005EG-BM for 50424@debbugs.gnu.org; Mon, 06 Sep 2021 06:50:56 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35362) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNCDC-0003MK-8X; Mon, 06 Sep 2021 06:50:50 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3444 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 1mNCDA-00073t-Pb; Mon, 06 Sep 2021 06:50:49 -0400 In-Reply-To: <87eea2cebb.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:213583 Archived-At: > Date: Mon, 06 Sep 2021 16:12:56 +0800 > From: Po Lu via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > > Enable tab-bar-mode, move the mouse pointer over the "+" button used to > create new tabs. Once the button is highlighted by displaying a relief, > move the pointer back outside the tab bar. > > While most the relief around part of the button will be cleared, part of > the left side of the relief that surrounded the "+" button when it was > highlighted will be retained. > > To the best of my knowledge, this also appears on Emacs 28. FWIW, I cannot reproduce this, neither in Emacs 27.2 nor in Emacs 28. Maybe this is window-system dependent? Alternatively, if you have some "optimization" features enabled in your video drivers, disable them and try again.