Ticket Created
over 3 years ago

CIQQA-1084

bad values in timeToRecovery

f6p 20.82

- MON.timeToRecovery = 60

- system widget "Training Status" shows 61

after some time system widget  also shows 60

  • next 10 minutes widget still 7

    f6p 20.86 beta

  • 2 minutes left and widget still 7

  • type of MON.timeToRecovery is Nomber - no rounding

    User write to me that value I show is not the same like in stock widget.

    Reproducing is simple dc.drawText(..., MON.timeToRecovery, ...) and quickly go to system widget and from time you can see widget shows higher value

    I've just see it

    - on my WF 7

    - on stock widget 7

    - on my WF 6 (just a change)

    - on stock widget still 7 - it's mean widget use older value

  • Do you have a way of reproducing this issue? From my understanding there isn't a way to set timeToRecovery yourself and it is only used to return a value. Seeing as these values are rather close I am wondering if there is a rounding issue. Once it is returned from timeToRecovery it is a number, but I'm unsure what the type is in a system widget.