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

Setters of (default,set) fields are not called. #13

Closed
RealyUniqueName opened this issue Jul 20, 2013 · 6 comments
Closed

Setters of (default,set) fields are not called. #13

RealyUniqueName opened this issue Jul 20, 2013 · 6 comments

Comments

@RealyUniqueName
Copy link

Hi!

After 1.6.4 update setters for fields with access (default,set) don't get called anymore on flash target (cpp is ok).
I digged into source code. It looks like you've replaced ".setProperty/getProperty" with "setField/field", which according to api docs must ignore setters and getters.

If this is part of your performance optimizations, perhaps there is a way to check, whether field has setter/getter, or to give user ability to choose from setProperty/setField?

@bradparks
Copy link

I second the motion here.... if Actuate is being used by 3rd party libs (which I'm sure it is), this could cause lots of unforseen issues, and bug reports on other libs instead!

@RealyUniqueName
Copy link
Author

The same behavior for html5: #9

@tametick
Copy link

This also causes issues with using actuate with HaxeFlixel.

@jagt
Copy link

jagt commented Aug 24, 2013

I've encountered exactly the same issue. This behavior is affecting a lot of people I think.

@hoothin
Copy link

hoothin commented Sep 18, 2013

I've met the same issue,wish to fix soon

@roadog
Copy link

roadog commented Sep 24, 2013

same issue!

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

7 participants