Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.0.0.GA
-
Fix Version/s: EE-3.3.0.GA_P03, 4.1
-
Component/s: Bridge
-
Labels:None
-
Environment:supported browsers
Description
When submit is triggered by an _ace:pushbutton_ component the _blockUIOnSubmit_ feature will not prevent the browser from issuing subsequent submits.
Activity
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #44468 | Thu Apr 09 15:15:15 MDT 2015 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/javascript/blockui.js
|
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Assignee | Mircea Toma [ mircea.toma ] |
| Fix Version/s | 4.1 [ 11375 ] |
| Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Modified blockui.js to override the primitive submit function with one that will block sub-sequent calls when blockUI is enabled. This is required in cases where the callbacks that trigger a submit is registered with Element.addEventListener function and cannot be reached to be disabled temporarily (to avoid subsequent submits).