Closed
Bug 116198
Opened 24 years ago
Closed 24 years ago
remove progressbar tag to simplify progressmeter
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla0.9.8
People
(Reporter: hewitt, Assigned: hewitt)
Details
(Keywords: perf)
Attachments
(1 file)
|
17.10 KB,
patch
|
Details | Diff | Splinter Review |
progressmeter's binding currently has an internal progressbar, which uses
nsProgressMeterFrame to update the bar/remainder widths. I presume this was
done so we could put fancy anonymous content inside of progressmeter, but we
don't do that anymore, and if somebody someday wants to they can just wrap
progressmeter in some other binding.
| Assignee | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Comment 2•24 years ago
|
||
Can you change the CSS class-names to be consistent? Some of them are named
progress-meter and some progress-bar ...
Comment 3•24 years ago
|
||
sr=hyatt
| Assignee | ||
Comment 4•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•