-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE
-
Fix Version/s: 6.2.X EE
-
Component/s: ~ [Archived] Frontend Infrastructure
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Reproduction Steps
1. Create a portlet with a view.jsp that includes a javascript that calls AUI's datable. I have attached the portlet I used.
2. Deploy and place the portlet on a page which already contains some portlet (e.g a Message Board portlet). (If you place it on an empty page, the issue does not occur)
Result: The name of the added column is not changed and browser console throws "Uncaught RangeError: Maximum call stack size exceeded"
I got the same error even if only using addColumn, without trying to modify it.
Please use the attached portlet for testing it.