bugGNUstep - Bugs: bug #12680, NSPopupButtonCell's inside an...

Group
 
 

bug #12680: NSPopupButtonCell's inside an NSTableView cause exception

Submitter:  Rob Burns <rburns>
Submitted:  Thu 14 Apr 2005 06:51:33 AM UTC
   
 
Category:  Gui/AppKit Severity:  3 - Normal
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  FredKiefer
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 27 Mar 2006 10:16:04 AM UTC, comment #3: 

Closed after one year of testing

Fred Kiefer <FredKiefer>
Group Member
Sun 17 Apr 2005 09:40:01 PM UTC, comment #2: 

The reported problem has been fixed in CVS. The cell now registers itself, and not the control view, for this notification and the handling method has been moved to the cell.
This does not resolve all problems with popup bottons in tables. For example the key handling for the menu is still implemented on the control view. But using the mouse only should work now.

Fred Kiefer <FredKiefer>
Group Member
Fri 15 Apr 2005 09:31:03 PM UTC, comment #1: 

Well basically custom cell (like NSPopupButtonCell, NSComboBoxCell etc.) support with NSTableView doesn't work currently (I doubt it ever worked).
I hoped to correct this issue but I haven't found the time until now.

Quentin Mathé <qmathe>
Group Member
Thu 14 Apr 2005 06:51:33 AM UTC, original submission:  

When using an NSPopUpButtonCell as the dataCell of an NSTableColumn, the following exception occurs when clicking on the PopUpButton in the running program. This happens if you set the dataCell through Gorm or using setDataCell: in source code

NSInvalidArgumentException: NSTableView(instance) does not recognize _handleNotification:

Rob Burns <rburns>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-03-27 FredKiefer Open/ClosedIn Test Closed
2005-04-17 FredKiefer StatusNone Fixed
    Assigned toNone FredKiefer
    Open/ClosedOpen In Test

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code