Closed GoogleCodeExporter closed 9 years ago
If you need notification when focus changes between different NSWindows it will
be necessary to provide handlers for NSWindowDidBecomeMainNotification,
NSWindowDidResignMainNotification and similar notifications (see
chrome/browser/app_controller_mac.mm for an example). This will also be
necessary to properly remove focus from the BrowserWebView (for instance, to
gray out focused input fields) when focus moves to a new NSWindow.
Original comment by magreenb...@gmail.com
on 7 Feb 2012 at 6:03
Issue 501 has been merged into this issue.
Original comment by magreenb...@gmail.com
on 3 Oct 2012 at 5:34
Issue 840 has been merged into this issue.
Original comment by magreenb...@gmail.com
on 15 Jan 2013 at 2:01
Original comment by magreenb...@gmail.com
on 11 Oct 2013 at 1:55
Original issue reported on code.google.com by
magreenb...@gmail.com
on 8 Aug 2011 at 5:57