techlab/jquery-smartwizard

unDoneOnBackNavigation not removing done

justinkruit opened this issue · 3 comments

Describe the bug
I've created a wizard, and adding unDoneOnBackNavigation in the anchor settings doesn't remove the done class from items after the navigation item when I go back.

To Reproduce
Steps to reproduce the behavior:

  1. Create a wizard
  2. Add anchor: { unDoneOnBackNavigation: true, } as setting
  3. See it not working

Expected behavior
I expect the done class to be removed when I go back one tab.

Screenshots
image
I went from 1, to 2, and then back to 1.

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Chrome
  • Version: 103.0.5060.134
XjSv commented

Same here, I'm pretty much using the default settings.

XjSv commented

It looks like there is already a fix for it in the v6.x branch. The bug was introduced in v6.0.3 in this commit e76b32b. When using the v6.x branch it works as intended.

@justinkruit The issue is fixed on v6.0.5
Thank you for reporting it.
FYI @XjSv