From f3dfe01afcdba489c8799b009b96ff27dbabcd79 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 20 Mar 2013 13:28:18 -0400 Subject: [PATCH] update --- doc/design/assistant/webapp.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index f9844e73ca..aa7b5fd6a2 100644 --- a/doc/design/assistant/webapp.mdwn +++ b/doc/design/assistant/webapp.mdwn @@ -9,6 +9,10 @@ each time. Updating the DOM instead from javascript would avoid that; the webapp just needs to send the javascript either a full `
` or a changed percentage and quantity complete to update a single progress bar. +(Another reason to do this is it'll cut down on the refreshes, which +sometimes make browsers ignore clicks on UI elements like the pause button, +if the transfer display refreshes just as the click is made.) + ## other features * there could be a UI to export a file, which would make it be served up