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
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.