Retry Scope - RetryInterval Document Problem

From the Choose Duration panel, I choose 300 Milliseconds, but it shows out as this:
image

  1. It shows wrong milliseconds
  2. It doesn’t clear the 3 I entered before

Really, it’s a bug in the program. When choose duration from the panel,

  1. It should clear any value we entered before
  2. It should shows as 00:00:00:0300
  3. If the type is duration, it shouldn’t accept a number as input. It should show warning when I type 3 into it.

Better solution(fix):

  1. To be compatible with the old version, it can accept a single number but treat it as second. For example, if I type 3 into it, it should be as 00:00:03:0000.
  2. Whenever use “Choose Duration” panel, it must be the final value(overwrite any value we entered)
  3. The millisecond should match the one we choose at the panel

By the way, I’ve reported this bug here