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

100% progress after interruption #10

Closed sipertruk closed 10 years ago

sipertruk commented 10 years ago

When the page loading is interrupted the progress listener indicate a 100% value . In chronological order this is what happens : stop button hit onProgressChange(current data = max data) => 100% onStateChange(stop) We should detect when this happens and update not the value, unfortunately the progress listener can't help.

kustodian commented 10 years ago

Just a note to everyone that this isn't a high priority issue. It would be nice to have, but if it's hard to implement, I wouldn't spend too much time on it.