HTML5-Progress-polyfill icon indicating copy to clipboard operation
HTML5-Progress-polyfill copied to clipboard

Polyfill for the HTML5 <progress> element

Results 7 HTML5-Progress-polyfill issues
Sort by recently updated
recently updated
newest added

A minor omission from the "how to use" documentation on the web site: it seems that for IE8 to work correctly, it needs the `document.createElement("progress")` line in the section otherwise...

Can you confirm this works on iOS? I tried setting `progressElement.value = 50;` though it doesn't seem to do anything on iOS 5.1. Thanks!

I fixed the test "get max attribute, when attribute is 0" in IE8. Its a fairly hackish fix (okay... its a very hackish fix), but it seems to work and...

A _small_ bug appears when a border is applied to the progress bar. If the value of the progress bar is set to zero, the progress bar increases in width...

Ran into instances where the script errors out due to the value being greater than the max. The progress bar should be full in this case.

I have a page using KnockoutJS. [This polyfill breaks](http://jsfiddle.net/OlsonDev/xrjfL/) because of the implementation of `isInited()`. I'm assuming KO is cloning the element somehow that's not compatible with your polyfill. The...

A _small_ bug appears when a border is applied to the progress bar. If the value of the progress bar is set to zero, the progress bar increases in width...