Feature #4280
Add a javascript control to disable user's interaction during a form post
Status: | Feedback | Start date: | 03/11/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Ergonomics | |||
Target version: | Unplanned |
Description
When a form is posted, disable user input.
This feature was already implemented by tomolino's mask plugin.
History
#1 Updated by moyo almost 9 years ago
- Target version changed from 0.85 to Unplanned
Is it really interesting with new system forbidden double post ? (CSRF)
#2 Updated by moyo almost 9 years ago
- Status changed from New to Feedback
#3 Updated by orthagh almost 9 years ago
Imo yes, thereby the user knows he must wait seeing the overlay and spinner.
This avoids unwanted clicks in the case of server or network lag (and the display of csrf error message).
I can study this feature and provide a patch (attached to this issue) soon.
#4 Updated by jmd over 8 years ago
Some news ?