NSTableView end editing keep same First Responder
NSTableView end editing keep same First Responder
- Subject: NSTableView end editing keep same First Responder
- From: Trygve Inda <email@hidden>
- Date: Sun, 26 Jan 2014 16:56:51 -0800
- Thread-topic: NSTableView end editing keep same First Responder
If I highlight a row in my NSTableView it turns blue and I can edit
individual cells. Tab jumps to the next column.
When I hit return however, the row turns grey and the table loses first
responder status.
I receive a proper controlTextDidBeginEditing once an edit takes place (ie
adding or deleting text from a cell)
I also get controlTextDidChange when ever a change happens.
HOWEVER, I do not get controlTextDidEndEditing unless I click off the row...
Hitting return results in the Table losing focus, the selected row highlight
turns grey and controlTextDidEndEditing is never called.
Any idea what is wrong?
_______________________________________________
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