Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:*
-
Assignee Priority:P2
Description
Currently using the styleSheet API insertRule method to add our rules as we calculate them likely is triggering multiple CSS recalculations. Possibly a significant amount of performance can be gained by appending the calculated rules to the cssText attribute in batches as infrequently as possible.
Issue Links
- blocks
-
ICE-9674 ace:dataTable > When expanding/contracting rows, the header columns misalign temporarily
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38635 | Fri Oct 18 12:39:10 MDT 2013 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/util/util.js
MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38600 | Tue Oct 15 11:41:56 MDT 2013 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
|