[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #26080] NSPopUpButton loaded from nib doesn't send action message
From: |
Doug Simons |
Subject: |
[bug #26080] NSPopUpButton loaded from nib doesn't send action message |
Date: |
Thu, 09 Apr 2009 21:14:21 +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 |
Follow-up Comment #2, bug #26080 (project gnustep):
It seems that the issue is that in Cocoa, items in NSPopUpButtons that aren't
assigned a specific target/action are saved in a nib file with the action
_popUpItemAction: and the NSPopUpButtonCell as the target. In GNUstep, the
NSPopUpButtonCell class doesn't currently implement a _popUpItemAction:
method.
If such a method could be added, which would send the popup button's action
to the popup button's target, but with the menu item as the sender, I believe
that would resolve the problem. Thanks!
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?26080>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/