Feature #10679

Avoid displaying "??? KB/s" and "0 MiB" when resuming download

Added by sajolida 2015-11-27 08:15:49 . Updated 2016-11-06 18:44:37 .

Status:
Resolved
Priority:
Low
Assignee:
Category:
Installation
Target version:
Start date:
2015-11-27
Due date:
% Done:

100%

Feature Branch:
Type of work:
Website
Blueprint:

Starter:
Affected tool:
ISO Verification Extension
Deliverable for:

Description

See screenshot in attachment.


Files

zero.png (17913 B) sajolida, 2015-11-27 08:15:47

Subtasks


Related issues

Blocks Tails - Bug #11300: Have stable version of DAVE out of development channel Resolved 2016-04-01

History

#1 Updated by sajolida 2015-11-30 11:16:20

  • Priority changed from Normal to Low

That’s a visual glitch, so low prio for the beta.

#2 Updated by tchou 2015-12-12 13:43:22

  • Target version changed from Tails_1.8 to Tails_2.0

I think it only a 2sec glitch (expect if your you it’s bot just the first seconds of the resume), so I postpone to final release.

And I guess it’s because off this (but there must be some reasons):

#download [data-value="???"] + :not([data-value="???"])
{ display: initial !important; }

We could had a

#download [data-value="???"] .speed-KBs {
  display: none !important;
}


but it would not really be better. We would like to have juste the correct remaining 20/30 Mo and no speed.

maone, any idea ?

#3 Updated by tchou 2015-12-12 14:11:20

  • Assignee changed from tchou to ma1

#4 Updated by sajolida 2016-01-05 17:47:23

#5 Updated by ma1 2016-01-21 22:19:56

Despite its apparent triviality, this is not easy to tackle because the “undesired” behavior mirrors the one of the built-in download manager, which our UI is basically a view upon.
Anyway I’ll try to figure out something as soon as the most important issues are declared fixed.

#6 Updated by sajolida 2016-01-29 18:14:16

  • Target version changed from Tails_2.0 to Tails_2.2
  • Parent task deleted (Feature #8592)

Marking this for 2.2 (March 8). Giogio, it it doesn’t seems feasible to you, please mark it for a later version.

#7 Updated by sajolida 2016-03-15 15:04:00

  • Target version deleted (Tails_2.2)

#8 Updated by sajolida 2016-04-01 10:38:42

  • blocks #8538 added

#9 Updated by sajolida 2016-04-01 11:16:05

  • blocks Bug #11300: Have stable version of DAVE out of development channel added

#11 Updated by intrigeri 2016-07-19 15:05:04

  • Assignee changed from ma1 to sajolida
  • % Done changed from 100 to 70

#12 Updated by sajolida 2016-11-06 18:44:37

  • Status changed from Confirmed to Resolved
  • Assignee deleted (sajolida)
  • % Done changed from 70 to 100
  • QA Check deleted (Ready for QA)

Yeap, that’s fixed. Congrats!