Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P07
-
Fix Version/s: EE-3.3.0.GA_P08
-
Component/s: Framework
-
Labels:None
-
Environment:Any
-
Support Case References:Support Case 14371:- https://icesoft.my.salesforce.com/5000g00001wG5T3?srPos=0&srKp=500
-
Workaround Description:Make the resource download in a separate window. For example, with ace:dynamicResource use target="_blank" (and attachment="true"), instead of target="_self".
Description
When using the org.icefaces.blockUIOnSubmit context parameter and downloading a resource via ace:dynamicResource the overlay is not removed after completing the download, and the UI remains blocked.
r53337, r53338: Apply the fix on the origin elements instead of on the container; modify mechanism to restore normal blockUI behaviour after preventing it for ace:dynamicResource (EE 3.3 maintenance branch and P08 tag)