Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.3
-
Fix Version/s: EE-4.3.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
Description
When an ace:dataTable has pin and/or unpin ajax events, these fire multiple times each time a column is pinned or unpinned. The more columns are pinned the more requests are fired. There should be only one request in each case.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
r52826: added checks to avoid sending the ajax requests if the pinColumn() and unpinColumn() functions were programmatically called by resizeScrolling()