Table view loses focus
Table view loses focus
- Subject: Table view loses focus
- From: Quincey Morris <email@hidden>
- Date: Mon, 25 Feb 2008 15:05:42 -0800
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 (email@hidden)
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:
This email sent to email@hidden