Open neverfox opened 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?
The computed property
isVisible
is not getting set to true forprev
andfinish
in the wizard component, even though thehasPrev
,isLast
, anditems.selected
are changing. FWIW, I'm only including core, nav, button and wizard in my app. Is it possible I'm leaving something out?