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

Bug: only last joFooter is ok, others are emplty #65

Open
murich opened this issue Oct 12, 2012 · 0 comments
Open

Bug: only last joFooter is ok, others are emplty #65

murich opened this issue Oct 12, 2012 · 0 comments
Milestone

Comments

@murich
Copy link

murich commented Oct 12, 2012

For example, I have an object with elements - here I am making exemplars of elements and subscribe for theirs events.
var tabBar = new joTabBar([
{label: ' Account'},
{label: ' Settings'} no settings page yet
]);
var elements = {
'mainPageFooter' : new joFooter(tabBar),
'anotherPageFooter' : new joFooter([someButton, tabBar]),
};

Now if I willpush joCard which contains elements['anotherPageFooter' ] to stack- allwill be ok. But if I will am push joCard with mainPageFooter the joFooter element will be empty.

same problem when using stack.pop() - previous pages have empty joFooter. So last joFooter rendering empty joFooters which created before.

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