bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21415: 25.0.50; Emacs Trunk -- pixelwise width/height for x-create-f


From: Keith David Bershatsky
Subject: bug#21415: 25.0.50; Emacs Trunk -- pixelwise width/height for x-create-frame
Date: Sun, 15 Nov 2015 19:06:03 -0800

Using a download of Emacs master branch from this morning (11/15/2015) -- 
emacs-repository-version "70f1fda4ae6abb5e11dcf281738c25f6f5b06061", and 
applying toolbar-maximized.diff, and building on OSX Server 10.6.8, I repeated 
the previous tests.

This time around everything worked as expected.

(1) the default frame with Emacs -Q shrunk a bit and then returned to the 
previous size when toggling the tool-bar with the mouse.  The beginning bounds 
were (0, 22, 595, 640), which was reduced to (0, 22, 595, 608), which then 
increased again to (0, 22, 595, 640).

(2) the full-size frame when issuing the command toggle-frame-maximized had a 
bounds of (0, 22, 1920, 1080).  When toggling the tool-bar the mouse, the 
bounds reduced to (0, 22, 1920, 1048).  When toggling the tool-bar again with 
the mouse, the bounds returned to (0, 22, 1920, 1080).

I tested the bounds with the applescript described in feature request #18283.

Keith





reply via email to

[Prev in Thread] Current Thread [Next in Thread]