From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#27667: 26.0.50; Dynamic menu is not updated (gtk3 + hidpi scaling) Date: Mon, 17 Jul 2017 17:07:42 +0200 Message-ID: References: <87wp7dajy9.fsf@localhost-live> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1500304640 2836 195.159.176.226 (17 Jul 2017 15:17:20 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 17 Jul 2017 15:17:20 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) Cc: 27667@debbugs.gnu.org To: jsynacek@redhat.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 17 17:17:16 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dX7lo-0000GF-LN for geb-bug-gnu-emacs@m.gmane.org; Mon, 17 Jul 2017 17:17:12 +0200 Original-Received: from localhost ([::1]:51009 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dX7lr-0005SN-DK for geb-bug-gnu-emacs@m.gmane.org; Mon, 17 Jul 2017 11:17:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dX7d1-0006ZR-TE for bug-gnu-emacs@gnu.org; Mon, 17 Jul 2017 11:08:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dX7cy-00020l-LX for bug-gnu-emacs@gnu.org; Mon, 17 Jul 2017 11:08:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:41952) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dX7cy-00020c-Hf for bug-gnu-emacs@gnu.org; Mon, 17 Jul 2017 11:08:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dX7cv-0000Dq-Rv for bug-gnu-emacs@gnu.org; Mon, 17 Jul 2017 11:08:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 17 Jul 2017 15:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27667 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 27667-submit@debbugs.gnu.org id=B27667.1500304069827 (code B ref 27667); Mon, 17 Jul 2017 15:08:01 +0000 Original-Received: (at 27667) by debbugs.gnu.org; 17 Jul 2017 15:07:49 +0000 Original-Received: from localhost ([127.0.0.1]:44627 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dX7cj-0000DC-70 for submit@debbugs.gnu.org; Mon, 17 Jul 2017 11:07:49 -0400 Original-Received: from hermes.netfonds.no ([80.91.224.195]:46103) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dX7cg-0000D2-3d for 27667@debbugs.gnu.org; Mon, 17 Jul 2017 11:07:46 -0400 Original-Received: from cm-84.209.243.26.getinternet.no ([84.209.243.26] helo=stories) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1dX7cc-0002AM-Up; Mon, 17 Jul 2017 17:07:44 +0200 In-Reply-To: <87wp7dajy9.fsf@localhost-live> (jsynacek's message of "Wed, 12 Jul 2017 15:00:46 +0200") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 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.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:134672 Archived-At: jsynacek@redhat.com writes: > Reproducible on the current master (commit d014a5e15c1110af77e7a96f06ccd0f0cafb099f). > > Steps to reproduce: > 0) Use gnome-tweak-tool to set scaling to 2x ("Windows" -> "Window > scaling" -> set to 2) > This step is very important, it makes this bug reproducible. > 1) $ emacs -Q first.py > 2) C-x C-f ~/second.html > 3) Click the "SGML" menu > 4) Observe a tiny rectangular area with nothing in it > > If I start emacs as "emacs -Q second.hmtl" the menu is fine. This should be fixed on master now, I think -- at least I'm unable to reproduce it now. Could you check and reopen if it's still an issue? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no