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-15551-make sure that the view is set in the proxy #5396

Merged
merged 1 commit into from Mar 6, 2014

Conversation

salachi
Copy link
Contributor

@salachi salachi commented Feb 28, 2014

make sure that the view is set in the proxy so that new view is not created when .start is called on the ImageViewProxy.

https://jira.appcelerator.org/browse/TIMOB-15551

@@ -649,6 +649,7 @@ public void generateChildContentViews(DataItem item, TiUIView parentContent, TiB
TiViewProxy proxy = child.getViewProxy();
TiUIView view = proxy.createView(proxy.getActivity());
view.registerForTouch();
proxy.setView(view);
Copy link
Contributor

Choose a reason for hiding this comment

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

This will affect every proxy and every view, not just ImageView. Did you run KS to make sure no regressions on ListView?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will run KS tomorrow.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I ran KS and everything looks ok.

@vishalduggal
Copy link
Contributor

Code Reviewed. ACCEPTED

@vishalduggal
Copy link
Contributor

FR Passed. Tested on S3 running 4.3.

Also regressed KS ListView. APPROVED

vishalduggal added a commit that referenced this pull request Mar 6, 2014
TIMOB-15551-make sure that the view is set in the proxy
@vishalduggal vishalduggal merged commit ee074ac into tidev:master Mar 6, 2014
farfromrefug pushed a commit to Akylas/titanium_mobile that referenced this pull request Aug 15, 2014
TIMOB-15551-make sure that the view is set in the proxy
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