> On 1 Dec 2015, at 5:23 AM, Jerry Krinock <je...@ieee.org> wrote:
> 
> 1.  Create a NSWindow, send it a -display message, and then in that same run 
> loop cycle execute some task of noticeable duration.  In 10.10, the window 
> will appear on the screen before the task starts.  In 10.11, the window does 
> not appear until after the task is complete.

I don’t know anything about manually calling -display, but I have seen that the 
behavior of -[NSWindow orderFront:] has changed on OSX 10.11. Now when you 
order a window to the front, it won’t actually be made frontmost until some 
delay has expired; the list returned by -[NSApplication orderedWindows] is also 
not updated immediately.

Also, possibly related, OSX 10.11 completely broke -[NSWindow 
orderWindow:relativeTo:]. It now does nothing:

        http://www.openradar.me/22064080

The same bug bit me and some of my apps, so I filed a duplicate.

~Martin Wierschin


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to