Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.1
-
Fix Version/s: 3.0.1, EE-3.0.0.GA
-
Component/s: None
-
Labels:None
-
Environment:3.0 maintenance branch
Description
When clicking the export button, a JS error is thrown in IE8 because of a null pointer. This only happens in the 3.0 maintenance branch codebase, since it lacks a general improvement to the ace:ajax mechanism (ICE-7501). In this codebase two requests are being sent to the server when the export button is clicked. When the response of the second request comes, it can't find the expected object that would load the file, since it has already been consumed by the first request.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28341 | Wed Mar 14 18:23:25 MDT 2012 | art.zambrano | |
Files Changed | ||||
![]() |
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | EE-3.0.0.GA [ 10262 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Committed fix at revision 28341 in maintenance branch.