GNU bug report logs - #26643
26.0.50; not able to resize frame on OS X

Previous Next

Package: emacs;

Reported by: "Charles A. Roelli" <charles <at> aurox.ch>

Date: Mon, 24 Apr 2017 19:13:02 UTC

Severity: normal

Tags: fixed

Found in version 26.0.50

Fixed in version 26.1

Done: Alan Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Alan Third <alan <at> idiocy.org>
To: "Charles A. Roelli" <charles <at> aurox.ch>
Cc: 26643 <at> debbugs.gnu.org
Subject: bug#26643: 26.0.50; not able to resize frame on OS X
Date: Mon, 24 Apr 2017 23:05:23 +0100
On Mon, Apr 24, 2017 at 10:07:07PM +0200, Charles A. Roelli wrote:
> On 24/04/2017 21:11, Charles A. Roelli wrote:
> > With a recent build of Emacs, if you try to resize a frame in OS X 10.6
> > by dragging the bottom-right corner of the frame, the frame does not
> > change size, and stderr says:
> > 
> > bash-3.2$ nextstep/Emacs.app/Contents/MacOS/Emacs -Q
> > 2017-04-24 21:02:46.195 Emacs[45285:903] -[EmacsWindow titleVisibility]:
> > unrecognized selector sent to instance 0x101aa1990
> 
> This seems to fix it:
<snip>
> -    else if (fs_state == FULLSCREEN_NONE && ! maximizing_resize
> -             && [[self window] titleVisibility])
> +    else if (fs_state == FULLSCREEN_NONE && ! maximizing_resize)

Unfortunately removing the title test introduces a crash bug under
certain circumstances.

Can you try replacing it with this:

    else if (fs_state == FULLSCREEN_NONE && ! maximizing_resize
             && [[self window] title] != NULL)

and let me know if it fixes the resizing problem?

Thanks!
-- 
Alan Third




This bug report was last modified 8 years and 30 days ago.

Previous Next


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