unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Van Ly <van.ly@sdf.org>
To: 53188@debbugs.gnu.org
Subject: bug#53188: 28.0.90; if tooltip-mode is off, modeline context menu blocks minibuffer at column 36
Date: Tue, 11 Jan 2022 13:59:23 +0000 (UTC)	[thread overview]
Message-ID: <7ea6e621-6d7b-7b2-2cd6-25da43551ed@SDF.ORG> (raw)

[-- Attachment #1: Type: text/plain, Size: 875 bytes --]


Hello,

When tooltip-mode is off, the minibuffer displays the message in
place of the tooltip.  For the modeline context menu items, the
minibuffer's message line is blocked by the context menu at
column 36.

steps to reproduce
* start emacs by 'emacs -Q'
* apply M-x customize-variable RET tooltip-mode RET
* turn off tooltip-mode
* goto *scratch* buffer
* apply mouse button-3 to display modeline context menu
* on hover over 'Overwrite(Ovwrt)' the minibuffer message line is 
readable to column 36 and the rest of the minibuffer is blocked by 
the modeline context menu

observed behavior
* minibuffer's message line is blocked by modeline context menu at 
column 36

expected behavior
* minibuffer's message line is readable for the length of the width 
of the emacs frame, modeline context menu offsets appropriately and 
does not block minibuffer message line

-- 
vl

[-- Attachment #2: Type: text/plain, Size: 3517 bytes --]

In GNU Emacs 28.0.90 (build 1, aarch64-unknown-linux-gnu, X toolkit, cairo version 1.16.0)
 of 2021-12-04 built on charlie
Repository revision: f38dfa56a0cfef77c2b0d8bb2869642a4e3b2ae4
Repository branch: HEAD
Windowing system distributor 'The X.Org Foundation', version 11.0.12011000
System Description: Debian GNU/Linux 11 (bullseye)

Configured using:
 'configure
 --prefix=/usr/X/Applications/emacs-2021-12-04
 --with-x-toolkit=lucid --without-toolkit-scroll-bars --without-xft
 --with-native-compilation --without-compress-install'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP
NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF X11 XAW3D
XDBE XIM XPM LUCID ZLIB

Important settings:
  value of $LC_ALL: en_AU.UTF-8
  value of $LANG: en_AU.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message rmc puny rfc822 mml mml-sec epa
derived epg rfc6068 epg-config gnus-util rmail rmail-loaddefs
auth-source eieio eieio-core eieio-loaddefs password-cache json map
time-date mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils apropos add-log log-view pcvs-util vc-mtn vc-hg
vc-bzr vc-src vc-sccs vc-svn vc-cvs vc-rcs vc vc-git diff-mode
vc-dispatcher bug-reference comp comp-cstr warnings subr-x rx cl-seq
cl-macs cl-extra help-mode noutline outline easy-mmode view dired-aux
cl-loaddefs cl-lib dired dired-loaddefs bookmark seq byte-opt gv
bytecomp byte-compile cconv text-property-search pp iso-transl tooltip
eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type
elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd
fontset image regexp-opt fringe tabulated-list replace newcomment
text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow
isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax
font-core term/tty-colors frame minibuffer cl-generic cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray
cl-preloaded nadvice button loaddefs faces cus-face macroexp files
window text-properties overlay sha1 md5 base64 format env code-pages
mule custom widget hashtable-print-readable backquote threads dbusbind
inotify lcms2 dynamic-setting system-font-setting font-render-setting
cairo x-toolkit x multi-tty make-network-process native-compile emacs)

Memory information:
((conses 16 120043 7661)
 (symbols 48 9875 1)
 (strings 32 33160 2738)
 (string-bytes 1 1039522)
 (vectors 16 21671)
 (vector-slots 8 393225 15191)
 (floats 8 64 32)
 (intervals 56 1208 0)
 (buffers 992 18))


             reply	other threads:[~2022-01-11 13:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-11 13:59 Van Ly [this message]
2022-01-11 17:16 ` bug#53188: 28.0.90; if tooltip-mode is off, modeline context menu blocks minibuffer at column 36 Eli Zaretskii
2022-01-13  8:26   ` Van Ly
2022-01-13  9:59     ` Eli Zaretskii
2022-01-13 11:16       ` Van Ly
2022-01-13 12:38         ` Eli Zaretskii
2022-01-13 13:24           ` Van Ly
2022-01-13 13:48             ` Eli Zaretskii
2022-01-14 10:30               ` Van Ly
2022-01-12  6:28 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

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=7ea6e621-6d7b-7b2-2cd6-25da43551ed@SDF.ORG \
    --to=van.ly@sdf.org \
    --cc=53188@debbugs.gnu.org \
    /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).