Closed GoogleCodeExporter closed 8 years ago
Looks like this is due to Windows smoothing out the progress bar for you
(automatically). We tell Windows to update the progress bar to 100%, and it
somewhat
slowly updates the progress bar to move from e.g. 90% (or wherever we were
last) to
100%. The problem is, we're closing this window before Windows has a chance to
make
it all the way to 100%!
The only way I can find to get the progress-bar to make it all the way to 100%
is to
intentionally delay the window-close for a second. (Actually, probably closer
to 700
msec...) I think that this light UI "glitch" is preferable to forcing the
Generating
List Cache step to waste a second doing absolutely nothing, so am marking this
issue
as "Won't Fix".
This problem will go away once we move the Generating List Cache step to a
background
task, anyway...
Original comment by peerbloc...@gmail.com
on 4 Mar 2010 at 3:35
Original issue reported on code.google.com by
peerbloc...@gmail.com
on 13 Jan 2010 at 5:12