[wp-trac] [WordPress Trac] #44264: Give progress indication for export and erasure
WordPress Trac
noreply at wordpress.org
Thu Feb 6 18:23:40 UTC 2020
#44264: Give progress indication for export and erasure
----------------------------------------------+----------------------------
Reporter: allendav | Owner: garrett-
| eclipse
Type: enhancement | Status: accepted
Priority: normal | Milestone: 5.4
Component: Privacy | Version: 4.9.6
Severity: normal | Resolution:
Keywords: has-patch has-screenshots commit | Focuses: ui,
| javascript
----------------------------------------------+----------------------------
Comment (by birgire):
Nice, we should also make sure the edge cases for zero count in:
{{{
var progress = eraserIndex / erasersCount;
}}}
and
{{{
var progress = eraserIndex / erasersCount;
}}}
will not give divison by zero.
I also wonder about the missing inline docs of the new JS functions.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44264#comment:18>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list