Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-13435] iOS: Label stuck in highlighted mode #4116

Merged
merged 3 commits into from Apr 8, 2013
Merged

[TIMOB-13435] iOS: Label stuck in highlighted mode #4116

merged 3 commits into from Apr 8, 2013

Conversation

vishalduggal
Copy link
Contributor

Test is in JIRA
Regress against

TIMOB-6384
TIMOB-6431
TIMOB-7397

Follow the trail of linked tickets in the tickets listed above (especially TIMOB-7397) to do a full pass.

Also please run Kitchen Sink

@ghost ghost assigned mstepanov Apr 8, 2013
if (proxy.callbackCell == self) {
[proxy prepareTableRowForReuse];
}
[self setProxy:nil];
//[self setProxy:nil];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm worrying this may cause memory leaks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it won't. We set the proxy explicitly in cellForRowAtIndexPath method when reusing cells.

@mstepanov
Copy link
Contributor

Code reviewed. tentatively approved

@mstepanov
Copy link
Contributor

FT on linked tickets PASSED

mstepanov pushed a commit that referenced this pull request Apr 8, 2013
[TIMOB-13435] iOS: Label stuck in highlighted mode
@mstepanov mstepanov merged commit 141a342 into tidev:master Apr 8, 2013
@vishalduggal vishalduggal deleted the timob-13435 branch October 27, 2014 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants