-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Comments
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! |
The same behavior for html5: #9 |
This also causes issues with using actuate with HaxeFlixel. |
I've encountered exactly the same issue. This behavior is affecting a lot of people I think. |
I've met the same issue,wish to fix soon |
same issue! |
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?
The text was updated successfully, but these errors were encountered: