Skip to content

<progress> value attribute fails while in Vue document on internet explorer 11 #6561

Closed
@busheezy

Description

@busheezy

Version

2.4.2

Reproduction link

https://github.com/busheezy/what-am-i-doing

Steps to reproduce

yarn
npm run dev
open link in internet explorer 11 and compare to chrome

What is expected?

<progress value="50" max="100.0">50</progress> assigns value to 50 inside Vue document.

What is actually happening?

<progress value="50" max="100.0">50</progress> assigns value to 1 inside Vue document.


Thanks. Sorry if I'm doing something silly.
<progress value="50" max="100.0">50</progress> assigns value to 50 works correctly outside of the app.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions