unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@linkov.net>
To: Petteri Hintsanen <petterih@iki.fi>
Cc: 66678@debbugs.gnu.org
Subject: bug#66678: 30.0.50; Tabs close erratically in text terminal
Date: Sun, 22 Oct 2023 20:42:14 +0300	[thread overview]
Message-ID: <86edhmv9jd.fsf@mail.linkov.net> (raw)
In-Reply-To: <87edhmx5qr.fsf@iki.fi> (Petteri Hintsanen's message of "Sun, 22 Oct 2023 14:21:16 +0300")

close 66678 29.1.90
thanks

> - Create a new tab by clicking on "+" on the tab bar.
>   Now you should have two tabs named `*scratch*'
> - Click on the first (leftmost) tab right after the second asterisk.
>
> Expected behavior: Leftmost tab is selected.
> Actual behavior: Leftmost tab is closed.
>
> I traced the issue to `tab-bar-auto-width' function which — I think — is
> used to pad a tab text with spaces to make it have a uniform width
> within the tab bar.  The function erroneously copies 'close-tab text
> property from the close button text (tab-bar-close-button) and positions
> it right after the buffer name, causing the said behavior.
>
> The attached patch fixes the immediate issue, but I doubt if it is
> sufficient, given that there is similar close tab-related logic elsewhere
> in the code.  Another workaround is to set `tab-bar-close-button' to one
> character string "x" instead of " x".

Thank you for finding this subtle bug and fixing it.
The space before "x" was intended to give more space to click
on the close button, i.e. for more wider clicking area.
So better to keep the 'close-tab' text property on the space.
This means that your patch is the right way to fix this.
Now it's pushed to the emacs-29 branch as well as separately
to master to avoid merge conflicts.





      parent reply	other threads:[~2023-10-22 17:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-22 11:21 bug#66678: 30.0.50; Tabs close erratically in text terminal Petteri Hintsanen
2023-10-22 12:17 ` Eli Zaretskii
2023-10-22 17:42 ` Juri Linkov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86edhmv9jd.fsf@mail.linkov.net \
    --to=juri@linkov.net \
    --cc=66678@debbugs.gnu.org \
    --cc=petterih@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).