Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.RC2
-
Fix Version/s: EE-3.0.0.BETA, 3.0.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
Description
Right now, the client-side code for ace:fileEntry is included in the ace-components.js resource. This resource contains code for other components as well. Some of these components make jQuery calls at the moment the code is loaded. As a result, it is necessary to also load the ace-jquery.js resource for ace:fileEntry, even though the component itself doesn't use jQuery. This situation caused the problem documented in ICE-7738. Taking into account this fact and how the component is usually used in practice, it would be better to isolate the ace:fileEntry client-side code into a separate file, so that only that resource needs to be loaded.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 3.0.1 [ 10282 ] |
| Assignee | Arturo Zambrano [ artzambrano ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #27692 | Tue Feb 07 11:31:33 MST 2012 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/build.xml
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/fileentry/FileEntryMeta.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #27693 | Tue Feb 07 11:38:49 MST 2012 | art.zambrano | |
| Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/fileentry/FileEntryMeta.java
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/build.xml
|
| Summary | Isolate Javascript code for ace:fileEntry | Separate Javascript code for ace:fileEntry from combined resources |
| Salesforce Case | [] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | EE-3.0.0.BETA [ 10324 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Fixed at revision 27692 in trunk and at revision 27693 in maintenance branch.