bug-gnustep
[Top][All Lists]
Advanced

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

[bug #26123] NSApplication doesn't pass actions to its nextResponder


From: Doug Simons
Subject: [bug #26123] NSApplication doesn't pass actions to its nextResponder
Date: Wed, 08 Apr 2009 22:33:24 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_4_11; en) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1

URL:
  <http://savannah.gnu.org/bugs/?26123>

                 Summary: NSApplication doesn't pass actions to its
nextResponder
                 Project: GNUstep
            Submitted by: theeggcamefirst
            Submitted on: Wed 08 Apr 2009 10:33:23 PM GMT
                Category: Gui/AppKit
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The NSApplication method _targetForAction:keyWindow:mainWindow: method loops
through the nextResponder chain, but stops when it encounters self rather than
continuing to its own nextResponder, as seen at line 3653:

    while (resp != nil && resp != self)

I'm not sure why that second test is there. Eliminating it would fix the
problem, I believe. Cocoa does send action messages to the application's
nextResponder.







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?26123>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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