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

item_factory should not be stored as class ivar, because its value then fails to propagate to subclasses #91

Open
david opened this issue Dec 31, 2013 · 2 comments
Labels

Comments

@david
Copy link
Member

david commented Dec 31, 2013

No description provided.

@adsteel
Copy link
Contributor

adsteel commented Aug 15, 2015

@david Could you elaborate on this issue? I'm not sure why we'd want instance variable values to sync across sub-classes.

@david
Copy link
Member Author

david commented Aug 27, 2015

@adsteel if you have list widget classes you want to inherit from, the item factory won't propagate, so it's basically a reuse issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants