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 19:43:07 +0300 Organization: LINKOV.NET Message-ID: <87pmrz1wbo.fsf@mail.linkov.net> References: <87h7dcecex.fsf.ref@yahoo.com> <87h7dcecex.fsf@yahoo.com> <87lf2o41y1.fsf@mail.linkov.net> <87v91sb0ve.fsf@yahoo.com> <87lf2oazyv.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="23467"; 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 18:46:16 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 1mdEjH-0005xW-O0 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Oct 2021 18:46:15 +0200 Original-Received: from localhost ([::1]:41124 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mdEjG-0004xm-A5 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 20 Oct 2021 12:46:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53680) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mdEj4-0004wO-AI for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2021 12:46:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43795) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mdEj4-0006TM-1j for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2021 12:46:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mdEj4-0005tG-0Z for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2021 12:46:02 -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 16:46: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.163474830419427 (code B ref 51298); Wed, 20 Oct 2021 16:46:01 +0000 Original-Received: (at 51298) by debbugs.gnu.org; 20 Oct 2021 16:45:04 +0000 Original-Received: from localhost ([127.0.0.1]:55335 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdEi7-000531-Ts for submit@debbugs.gnu.org; Wed, 20 Oct 2021 12:45:04 -0400 Original-Received: from relay12.mail.gandi.net ([217.70.178.232]:57995) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mdEi6-0004zs-C7; Wed, 20 Oct 2021 12:45:02 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay12.mail.gandi.net (Postfix) with ESMTPSA id E02DA20000B; Wed, 20 Oct 2021 16:44:54 +0000 (UTC) In-Reply-To: <87lf2oazyv.fsf@yahoo.com> (Po Lu's message of "Wed, 20 Oct 2021 15:59:36 +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:217693 Archived-At: tags 51298 fixed thanks > BTW, I'm attaching another patch that makes the tab bar behave closer to > other programs. I've explained the behaviour in the commit message. > > WDYT? Thank you for the patches, everything works as it should, so I pushed both patches. The second patch didn't apply cleanly (the difference was in #ifndef HAVE_NS), so I have to add it manually, but this is not a problem.