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/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to