GNU bug report logs - #22549
25.0.50; Tooltips placed outside of screen limits

Previous Next

Package: emacs;

Reported by: ofv <at> wanadoo.es (Óscar Fuentes)

Date: Thu, 4 Feb 2016 04:06:02 UTC

Severity: normal

Found in version 25.0.50

Done: Óscar Fuentes <ofv <at> wanadoo.es>

Bug is archived. No further changes may be made.

Full log


Message #20 received at 22549 <at> debbugs.gnu.org (full text, mbox):

From: Óscar Fuentes <ofv <at> wanadoo.es>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 22549 <at> debbugs.gnu.org
Subject: Re: bug#22549: 25.0.50; Tooltips placed outside of screen limits
Date: Thu, 04 Feb 2016 20:16:21 +0100
martin rudalics <rudalics <at> gmx.at> writes:

> Did you check via ‘x-display-pixel-width’ and ‘x-display-pixel-height’
> and the selected frame on either of your monitors?
>
> And what does ‘x-display-monitor-attributes-list’ return?

On the monitor with 1680x1050 resolution:

(x-display-pixel-width) 3280

(x-display-pixel-height) 1200

(x-display-monitor-attributes-list)

(((name . "DVI-0")
  (geometry 0 0 1680 1050)
  (workarea 0 0 1680 1050)
  (mm-size 474 296)
  (frames #<frame Emacs: *scratch* **  @ qcore 0x3251868>)
  (source . "XRandr"))
 ((name . "VGA-0")
  (geometry 1680 0 1600 1200)
  (workarea 1680 0 1600 1200)
  (mm-size 350 262)
  (frames)
  (source . "XRandr")))


On the monitor with 1600x1200 resolution:

(x-display-pixel-width) 3280

(x-display-pixel-height) 1200

(x-display-monitor-attributes-list)

(((name . "DVI-0")
  (geometry 0 0 1680 1050) 
  (workarea 0 0 1680 1050)
  (mm-size 474 296)
  (frames)
  (source . "XRandr"))
 ((name . "VGA-0")
  (geometry 1680 0 1600 1200)
  (workarea 1680 0 1600 1200)
  (mm-size 350 262)
  (frames #<frame Emacs: *scratch* **  @ qcore 0x1214c80>)
  (source . "XRandr")))




This bug report was last modified 9 years and 112 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.