kustodian / extended-statusbar

Firefox addon which adds a statusbar with speed, percentage, time and loaded size (similar to Opera's one)
https://addons.mozilla.org/en-US/firefox/addon/extended-statusbar/
GNU General Public License v3.0
18 stars 6 forks source link

Preserve percentage, or all values, on stop. #14

Closed adoxa closed 10 years ago

adoxa commented 10 years ago

Turns out keeping the percentage on stop wasn't that hard (fixing #10) - ignore 100% on progress change, only setting it on stop, provided it was successful.

I also preserve/restore all the values when you click on a link, but immediately stop, thus staying on the same page.

sipertruk commented 10 years ago

Nice one. I had forgotten aStatus could help. All seems to work fine. I'll update the progress-bar width to be computed every time so it match the percent for these cases.