In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
51 [In-Portal CMS] Admin Interfaces bug report always 2009-06-07 07:30 2009-10-03 07:56
alex  
alex  
normal  
closed  
fixed  
 
none 5.0.0  
0
0000051: Improvements to Duplicate Submit checks
Administrative console interface is projected the way, that user not required to perform dbl-click to do anything. But there are some old-school users, that still use dbl-click on toolbar buttons.

For those users we've implemented protection, that one button/form could not be submitted more then one time in 500ms. But still one in a year some users were able to perform dbl-click where 2nd click was 500ms after 1st click. This resulted in double form submit. Usually double submit is not a big problem, but in some case data could be lost (based on what actually happens after given form is submitted).

I propose a change, where after form submit is made all following form submit attempts should be ignored. Submitted is automatically reset (in parent window) after new window is opened. Programmer still should manually reset submitted mark ("submitted = false;") in places where form should be submitted multiple times without performing full refresh of page itself (e.g. javascript form validation and so on).

related to 0000052closed  (5.0.0)alex Preventing Data loss from Temporarily tables 
related to 0000050closed  (5.0.0)alex Improvements of CheckSimultaneousEdit functionality 
Issue History
2009-10-03 07:56 administrator Note Added: 0000657
2009-10-03 07:56 administrator Status resolved => closed
2009-07-19 07:01 alex Fixed in Version => 5.0.0
2009-07-19 07:01 alex Target Version Icebox => 5.0.0
2009-07-19 07:01 alex Note Added: 0000146
2009-07-19 07:01 alex Status active => resolved
2009-07-19 07:01 alex Resolution open => fixed
2009-07-19 07:01 alex Assigned To => alex
2009-07-19 07:01 alex Changeset attached RC r11924
2009-06-07 17:29 Dmitry Summary Improvements to duplicate submit checks => Improvements to Duplicate Submit checks
2009-06-07 16:36 Dmitry Target Version => Icebox
2009-06-07 07:43 alex Relationship added related to 0000052
2009-06-07 07:43 alex Relationship added related to 0000050
2009-06-07 07:30 alex New Issue

Notes
(0000146)
alex   
2009-07-19 07:01   
Fix committed to RC branch. Commit Message:

Fixes 0000051: Improvements to Duplicate Submit checks
(0000657)
administrator   
2009-10-03 07:56   
Closing issues from 5.0.0 version, because version was already released.