Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-1.8.2.GA_P05
-
Fix Version/s: EE-1.8.2.GA_P08
-
Component/s: Facelet Components
-
Labels:None
-
Environment:ICEfaces EE 1.8.2.GA_P07 Build7
IE9/10
-
Assignee Priority:P1
Description
Process Components > File Upload Progress
JS error occurs when navigating to this demo and then navigating away from it. Only reproducible in IE9/10:
Message: Unable to set property 'InputFileIdPostUpload' of undefined or null reference
Line: 1
Char: 76
Code: 0
URI: http://ec2-54-212-81-211.us-west-2.compute.amazonaws.com:7001/icefaces-enterprise-comps-showcase/uploadHtml
JS error occurs when navigating to this demo and then navigating away from it. Only reproducible in IE9/10:
Message: Unable to set property 'InputFileIdPostUpload' of undefined or null reference
Line: 1
Char: 76
Code: 0
URI: http://ec2-54-212-81-211.us-west-2.compute.amazonaws.com:7001/icefaces-enterprise-comps-showcase/uploadHtml
Activity
| Field | Original Value | New Value |
|---|---|---|
| Affects Version/s | EE-1.8.2.GA_P05 [ 10331 ] | |
| Affects Version/s | EE-1.8.2.GA_P07 [ 10672 ] |
| Assignee | Philip Breau [ philip.breau ] | |
| Fix Version/s | EE-1.8.2.GA_P08 [ 11177 ] |
| Environment | ICEfaces EE 1.8.2.GA_P07 Build7 |
ICEfaces EE 1.8.2.GA_P07 Build7
IE9/10 |
| Summary | enterprise-comps-showcase > JS error occuring in File Upload Progress Demo | InputFile: JS error occuring in File Upload Demo |
| Assignee | Philip Breau [ philip.breau ] | Mark Collette [ mark.collette ] |
| Assignee Priority | P1 [ 10010 ] |
| Assignee | Mark Collette [ mark.collette ] | Mircea Toma [ mircea.toma ] |
| Fix Version/s | EE-1.8.2.GA_P07 [ 10673 ] | |
| Fix Version/s | EE-1.8.2.GA_P08 [ 11177 ] |
| Fix Version/s | EE-1.8.2.GA_P08 [ 11177 ] | |
| Fix Version/s | EE-1.8.2.GA_P07 [ 10673 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #37232 | Thu Jul 25 16:43:50 MDT 2013 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/lib/element.js
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFile.java
MODIFY
/icefaces/trunk/icefaces/bridge/src/application.js
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |

js error under same conditions is also occurring in the ICEfaces 1.8 Showcase:
'parent.Ice' on the first reference of InputFileIdPostUpload is undefined. Looks like the script from the file upload iframe is running on a navigation and the reference to parent.Ice has already been unloaded.