summaryrefslogtreecommitdiff
path: root/doc/design/assistant/webapp.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-02 17:32:54 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-02 17:32:54 -0400
commit2dc7e5e36c1731264711d255a9c71dc1e7e8b037 (patch)
tree6e9f540ba341a6e845b9570c6301527193cca2d9 /doc/design/assistant/webapp.mdwn
parent1b0077d97ef9ccff44a4273b3dc2f4b0931f657c (diff)
webapp: Fix bad interaction between required fields and modals.
Diffstat (limited to 'doc/design/assistant/webapp.mdwn')
-rw-r--r--doc/design/assistant/webapp.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn
index f71490373..5c863fa50 100644
--- a/doc/design/assistant/webapp.mdwn
+++ b/doc/design/assistant/webapp.mdwn
@@ -8,6 +8,8 @@ The webapp is a web server that displays a shiny interface.
This is quite likely because of how the div containing transfers is refereshed.
If instead javascript was used to update the progress bar etc for transfers
with json data, the buttons would work better.
+* Some forms display a modal message when submitted and also have required
+ fields. This does not interact well.
## interface