ember-addons / bootstrap-for-ember

Bootstrap for Ember.js
http://ember-addons.github.io/bootstrap-for-ember
Apache License 2.0
704 stars 103 forks source link

Prev & Finish buttons not becoming visible in wizard #151

Open neverfox opened 10 years ago

neverfox commented 10 years ago

The computed property isVisible is not getting set to true for prev and finish in the wizard component, even though the hasPrev, isLast, and items.selected are changing. FWIW, I'm only including core, nav, button and wizard in my app. Is it possible I'm leaving something out?

ultimatemonty commented 10 years ago

@neverfox I submitted a similar issue (#158) about three weeks ago. I was able to make some progress in getting the buttons to appear (documented in my issue but never had a chance to continue troubleshooting. I have "narrowed" it down to something that changed between Ember 1.4 and 1.5 - possibly with ContainerViews. @joshpfosi submitted the same issue a few days ago (#161). Maybe the three of us can put our collective heads together and figure it out?