unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#53188: 28.0.90; if tooltip-mode is off, modeline context menu blocks minibuffer at column 36
@ 2022-01-11 13:59 Van Ly
  2022-01-11 17:16 ` Eli Zaretskii
  2022-01-12  6:28 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 2 replies; 10+ messages in thread
From: Van Ly @ 2022-01-11 13:59 UTC (permalink / raw)
  To: 53188

[-- 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))


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-01-14 10:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 13:59 bug#53188: 28.0.90; if tooltip-mode is off, modeline context menu blocks minibuffer at column 36 Van Ly
2022-01-11 17:16 ` 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

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).