Table view jumps to selection on insertion
Table view jumps to selection on insertion
- Subject: Table view jumps to selection on insertion
- From: Stefan Fisk <email@hidden>
- Date: Fri, 28 Oct 2005 15:06:28 +0200
Hi all!
I've got a table view setup to an array controller in, from what i
can tell, the most common and basic manner. The table view represents
a list of search results, and results are added continuously until
the search completes, which can take several minutes at times.
My problem is that if a result is selected you can not scroll so
that it comes out of the visible range, for then the table view
scrolls back to make it visible as soon as another result is inserted
into the array controllers content array.
This behaviour is driving me mad, since you can't really browse the
result list freely, and i can't think of a reason for it to behave
like that. Also, every time a new result comes in the whole result
array is re-read, even though it's implemented using index KVC
accessors. This might be normal behaviour, and in itself it doesn't
really bother me, but I do think it's a bit strange.
Best Regards
Stefan Fisk
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden