Closed
Bug 602782
Opened 15 years ago
Closed 15 years ago
implement html5 progress element/control
Categories
(Firefox :: General, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 514437
People
(Reporter: jmichae3, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729)
<progress value="12" max="1000"></progress> is not currently implemented in ff 3.6.10.
Reproducible: Always
Steps to Reproduce:
1.embed <progress value="12" max="1000">progress element not supported</progress> into an html 5 page.
2.display it in ff.
Actual Results:
progress element not supported
Expected Results:
progress bar
I should also be able to manipulate this progress bar in javascript. I can't do this in google chrome even though chrome currently displays the progress bar. it is essentially static and nearly useless without javascript support. I should be able to change the max and the value, style(width, etc.).
![]() |
||
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•