Skip to content

Nullifying value on <progress /> should return component to indeterminate state #1431

Closed
@steveluscher

Description

@steveluscher

Expected:

Given a <progress /> component, when its value property transitions from being a float to being null, I expect the value attribute of the <progress> tag to become unspecified, putting the control in the "indeterminate" state (the state with the animating barbershop pole pattern).

Actual:

When transitioning from being a float to being null, the value attribute of the <progress> tag becomes "0".

Test case:
http://jsfiddle.net/kb3gN/1981/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions