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

ImageScaleView.doOnLoad broken #20

Open
roosmaa opened this issue Sep 24, 2013 · 1 comment
Open

ImageScaleView.doOnLoad broken #20

roosmaa opened this issue Sep 24, 2013 · 1 comment

Comments

@roosmaa
Copy link

roosmaa commented Sep 24, 2013

The fix for #13 (commit ce7b88a) seems to have broke the .doOnLoad(...) function for ImageScaleView.

When calling doOnLoad right after the creation of ImageScaleView the _img is null (in doOnLoad), thus an exception is thrown.

var v = new ui.ImageScaleView({
    superview: this,
    image: "path/to/my/image.png"
});
v.doOnLoad(cb);
@roosmaa
Copy link
Author

roosmaa commented Sep 24, 2013

Might be invalid. Removing the project build files removed the problem for me. Might still be the case for regular URLs?

jishnu7 pushed a commit to jishnu7/timestep that referenced this issue Oct 7, 2013
…predex

Feature share android predex - reviewed by @jaredpetker
rampr pushed a commit to hashcube/timestep that referenced this issue Jun 24, 2014
rampr pushed a commit to hashcube/timestep that referenced this issue Jun 24, 2014
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

No branches or pull requests

1 participant