bug-gnustep
[Top][All Lists]
Advanced

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

[bug #18946] NSPopupButtonCell in a NSTableView does not send tableView:


From: matt rice
Subject: [bug #18946] NSPopupButtonCell in a NSTableView does not send tableView:setObjectValue:forTableColumn:row:
Date: Sun, 04 Feb 2007 13:06:29 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061208 Firefox/2.0.0.1

Follow-up Comment #2, bug #18946 (project gnustep):

commited something to partially fix this in svn.

there are some related but much more intrusive changes that need to be made
to NSTableView -mouseDown: I haven't yet done.

you will notice that this doesn't currently select a row when doing
pop-ups... the mouseDown: row selection needs to be turned upside down, and
row selection needs to be moved before cell tracking instead of at the end of
the loop.

beyond that theres a few issues in the application that wouldn't be visible
in OS X, 

popUpCell and checkBoxCell should not be editable, you can see the effect by
continuously clicking the check box like 10 times eventually it will stop
toggling, you can fix this by
changing the -setEditable: calls to NO
and making the table columns ineditable in the gorm file.



    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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