From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ruijie Yu via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#63472: 30.0.50; internal-border-width > 0 "eats" tab-bar for Emacs --pgtk Date: Sat, 13 May 2023 10:19:08 +0800 Message-ID: References: <877ctd5qrb.fsf@mailbox.org> Reply-To: Ruijie Yu Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="9316"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.11.3; emacs 30.0.50 Cc: 63472@debbugs.gnu.org To: Kristofer Hjelmtorp Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat May 13 04:26:22 2023 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 1pxexg-0002D4-Nx for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 13 May 2023 04:26:20 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pxexQ-0007oz-A5; Fri, 12 May 2023 22:26:04 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pxexO-0007nS-IT for bug-gnu-emacs@gnu.org; Fri, 12 May 2023 22:26:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pxexO-0002Ke-Ar for bug-gnu-emacs@gnu.org; Fri, 12 May 2023 22:26:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pxexN-0008Gq-QQ for bug-gnu-emacs@gnu.org; Fri, 12 May 2023 22:26:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Ruijie Yu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 13 May 2023 02:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63472 X-GNU-PR-Package: emacs Original-Received: via spool by 63472-submit@debbugs.gnu.org id=B63472.168394471131731 (code B ref 63472); Sat, 13 May 2023 02:26:01 +0000 Original-Received: (at 63472) by debbugs.gnu.org; 13 May 2023 02:25:11 +0000 Original-Received: from localhost ([127.0.0.1]:34601 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxewY-0008Fj-M9 for submit@debbugs.gnu.org; Fri, 12 May 2023 22:25:10 -0400 Original-Received: from netyu.xyz ([152.44.41.246]:34178 helo=mail.netyu.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pxewW-0008Fa-IF for 63472@debbugs.gnu.org; Fri, 12 May 2023 22:25:09 -0400 Original-Received: from fw.net.yu.netyu.xyz ( [222.248.4.98]) by netyu.xyz (OpenSMTPD) with ESMTPSA id 1b4da332 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 13 May 2023 02:25:07 +0000 (UTC) In-reply-to: <877ctd5qrb.fsf@mailbox.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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:261653 Archived-At: Kristofer Hjelmtorp via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > The problem is the interaction between the frame parameter > `internal-border-width' > and `tab-bar-mode' when Emacs is compiled with '--with-pgtk'. > When `internal-border-width' is larger than 0 and tab-bar-mode is > active the result is that > the bottom of the tab bar is overwritten/blocked depending on how > high the value of > `internal-border-width' is. > If you have compile Emacs with '--with-pgtk' you can reproduce > this with: > 1. Start Emacs with: 'emacs -Q' > 2. In *scratch* buffer, evalute: > (tab-bar-mode +1) > (modify-all-frames-parameters > '((internal-border-width . 10))) > 3. The bottom half of the tab bar should now be hidden/blocked. Reproducible on a 3-days-old master, in-source Emacs build. --8<---------------cut here---------------start------------->8--- In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.17.8) of 2023-05-11 built on fw.net.yu Repository revision: e4c8ba6c0589f1ba0ba9993c4f1e9c0821d3ca6c Repository branch: master System Description: Arch Linux Configured using: 'configure --sysconfdir=/etc --prefix=/usr --localstatedir=/var --with-cairo --with-harfbuzz --with-libsystemd --with-modules --with-pgtk --with-native-compilation' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XIM GTK3 ZLIB --8<---------------cut here---------------end--------------->8--- Additional observations: 1. I have the Emacs frame in a floating window (on Sway). When I hover away from it the first time after running (2), the frame shrinks a bit. 2. When you hover over the buttons on tab bar (such as * or +), the full tab bar appears until you hover away. > In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version > 3.24.37, cairo version 1.16.0) > System Description: Debian GNU/Linux 11 (bullseye) > Configured using: > 'configure > CONFIG_SHELL=/gnu/store/rib9g2ig1xf3kclyl076w28parmncg4k-bash-minimal-5.1.16/bin/bash > SHELL=/gnu/store/rib9g2ig1xf3kclyl076w28parmncg4k-bash-minimal-5.1.16/bin/bash > --prefix=/gnu/store/hv32wgilbr77m9ihmxp5b5fwsk6x95bh-emacs-next-pgtk-30.0.50-0.ac7ec87 > --enable-fast-install --with-pgtk --with-modules --with-cairo > --with-native-compilation --disable-build-details' > Configured features: > ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ > JPEG > JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 MODULES > NATIVE_COMP > NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SECCOMP SOUND SQLITE3 THREADS > TIFF > TOOLKIT_SCROLL_BARS TREE_SITTER XIM GTK3 ZLIB -- Best, RY