Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0, EE-2.0.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Liferay 5.2.3
Description
When loading a page in Liferay 5.2.3 that contains 2 or more ACE components some Javascript errors occur. The errors occur in the YUI code. At the moment, these errors do not occur in the 2.0 maintenance branch (release 2.0.2) in the repository, but they do occur in the icefaces2 trunk. It is necessary to compare the two versions of the code and fix these errors in the icefaces 2 trunk.
Issue Links
- depends on
-
ICE-7176 Revert ace: library to YUI 2.8.x library only (remove YUI 3.x dependencies)
- Closed
Activity
Arturo Zambrano
created issue -
Arturo Zambrano
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 2.1 [ 10241 ] |
Arturo Zambrano
made changes -
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 2.1-Beta [ 10291 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The error only occurs in Firefox, and only when the page is loaded. There are no additional errors when interacting with the page, and the components work normally, despite the error.
It seems to be related to the version of YUI being used (3.3.0). On the maintenance branch this doesn't happen, since it uses YUI 3.1.1. I tested the icefaces2 trunk codebase with YUI 3.1.1 and the error didn't appear. Likewise, I tested the 2.0 maintenance branch with YUI 3.3.0 and the error did appear.