-
Notifications
You must be signed in to change notification settings - Fork 104
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
Wizard button observers not firing #158
Comments
I was able to make a bit of progress on this but it is not working yet and I don't even know if this is a valid direction. I added an
|
JSBin: http://jsbin.com/xarax/5/edit
I believe this is the same as what was happening in #97. Anything 1.5.0 or newer does not work. 1.0.0 up to 1.4.0 works as expected.
The Next button is always visible and the Prev/Finish buttons are never visible.
I can manually toggle them in the console using
Ember.View.views['button_id'].set('isVisible', true)
and I canwatch the
parentView.parentView.items.selected
property change with each step change but the observers are refusing to fire.I tried switching the CP to
Ember.computed
and got the same results. Agree with #97 that I don't see anything overtly fishy in the code.If you can point me in the right direction I'd be glad to submit a PR to fix.
The text was updated successfully, but these errors were encountered: