rstaib / jquery-steps

A powerful jQuery wizard plugin that supports accessibility and HTML5.
http://www.jquery-steps.com
MIT License
1.69k stars 778 forks source link

Steps does not seem to work well with Knockout #123

Open chassq opened 9 years ago

chassq commented 9 years ago

When I enable steps on my content the format looks good but I lose my knockout bindings. Any thoughts? When I disable steps I get my bindings back. No other libs are on the page except dependencies for knockout and steps. Using jquery 2.1.1

Thanks!

chassq commented 9 years ago

On second look it has something to do with order of operations. If I run steps first and then bind second it seems to work.

toadicusrex commented 9 years ago

Seconded - if i wrap steps with a div that is bound in knockout, I lose the ability to progress in the steps. They render fine, but something's blocking progression. If I bind inside of a step, it works fine - but that seems like unnecessary binding duplication. At least I have a workaround...

hifall commented 9 years ago

I am having the same issue too...

toadicusrex, could you be more specific about your workaround? I'd like to try that too. Thanks!

toadicusrex commented 9 years ago

It only kind of worked... I ended up scrapping it and writing my own wizard. My requirements were pretty out of the ordinary for the wizard and while this one was close I had too many issues with the twisting I had to do with it to make it work.