Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02, 4.0
-
Fix Version/s: 4.0, EE-3.3.0.GA_P03
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support case #12969 - https://icesoft.my.salesforce.com/5007000000fDI2j
Description
Feature Request: A customer would like to be able to use the submitMonitor while an upload is taking place through the ace:fileEntry component.
Testing with blockUIOnSubmit=true also doesn't block the fileEntry buttons from being clicked.
Testing with blockUIOnSubmit=true also doesn't block the fileEntry buttons from being clicked.
Modified core bridge to make public the general callbacks registered with the JSF bridge. Modified fielEntry's submission to invoke these callbacks at the appropriate moments during request-response processing.