Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Operating System: Windows XP
Platform: PC
-
Support Case References:
Description
Need to investigate tree performance optimizations. Noted in forum:
http://support.icesoft.com/jive/thread.jspa?threadID=1974&tstart=0
http://support.icesoft.com/jive/thread.jspa?threadID=1974&tstart=0
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Bug fixed revision #10058
The DOM updates have been optimized by assigning IDs to all TreeNode DIVs.
Prior to this change only the Elements contained in the DIVs were assigned IDs.
Show
Greg McCleary
added a comment - Bug fixed revision #10058
The DOM updates have been optimized by assigning IDs to all TreeNode DIVs.
Prior to this change only the Elements contained in the DIVs were assigned IDs.
I have around 50 nodes directly under root node which works fast in mozilla but really slow in IE. My TreeNode extends IceUserObject and is composed of a few members.
It seems the problem is related to DOM management in IE, even because the same component works fine with Mozilla.