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.
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).