In the following circumstances:

-- A NSTableView bound to a NSArrayController
-- The array controller has its Auto Rearrange Content checkbox set in IB
-- The table view is sorted on a column
-- A cell in the sorted column is edited in place (i.e. within the table view)
-- The contents of the cell are changed

when I press Return to end editing, focus doesn't go back to the table view. Apparently the window has no first responder (pressing keys produces beeps), and apparently it's a side effect of the view contents being re-sorted due to the edit. In all other cases (e.g. editing a cell in a different column), the focus ring reappears around the table view after the edit.

Anyone seen this happen, or know if it's a bug in NSTableView or NSArrayController?


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to