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

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

bug#2987: hang in nextstep version


From: Adrian Robert
Subject: bug#2987: hang in nextstep version
Date: Sun, 31 May 2009 21:52:16 +0700

http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2987

The problem is that when the resize handle is clicked (nsterm.m: - sendEvent line 4068) the ordinary event handling is shortcircuited somewhat. The result is that -makeKeyAndOrderFront: is not called for the window before going into the resizing loop. If you click on the resize handle of any other OS X app, it will become the focused window before resizing starts.

If a way to do the -makeKeyAndOrderFront: when it is needed, without also breaking the resize-handling behavior we now do, that should fix the bug.






reply via email to

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