Skip to content

Progress-bar wizard not supporting checkbox form elements #10

@brettpoole

Description

@brettpoole

Checklist

  • I'm using version [0.4.3]
  • My browser is: Chrome Version 57.0.2987.133 (64-bit)
  • This is a Sass issue: I'm using version [x.x.x]
  • I am sure this issue is not a duplicate?

Description

When using the progress-bar wizard example code, checkbox elements fail to fire when clicked. Other form elements work as expected.

jquery-wizard-checkbox

How can we reproduce this bug?

  1. In the decompressed theme folder, material/topbar/html/forms/wizard.html, navigate to the "Wizard Progressbar" element
  2. Add a checkbox to any of the three .wizard-pane tabpanels
  3. Open the page in any Google Chrome (version above) and using the progressbar wizard, attempt to click the checkbox.

What did you expect to happen?

The checkbox should have become checked. I added event bindings to "click" which works, but the check never appears in the box, and "change" which does not fire.

What happened instead?

The checkbox did not display a check, nor did the properties change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions