Details
- 
        Type:
 Improvement
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: 1.6
 - 
            Component/s: ICE-Components
 - 
            Labels:None
 - 
            Environment:Large number of draggable components on the page + IE
 
Description
                    When there are large number of draggable components on the page, performance decreases noticeably in IE when dynamic page updates are being applied.
            
Issue Links
- blocks
 - 
            
        
        ICE-2163
        tree performance slows down when draggable panels are used inside tree nodes
    
-         
     - Closed
 
 -         
 
Activity
| Field | Original Value | New Value | 
|---|---|---|
| Assignee | Adnan Durrani [ adnan.durrani ] | 
| Status | Open [ 1 ] | In Progress [ 3 ] | 
| Issue Type | Bug [ 1 ] | Improvement [ 4 ] | 
| Repository | Revision | Date | User | Message | 
| ICEsoft Public SVN Repository | #15069 | Thu Nov 01 12:29:11 MDT 2007 | adnan.durrani |     Fix for  | 
| Files Changed | ||||
            					
			 
                            MODIFY
            				/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/GroupRenderer.java
            
             
                            MODIFY
            				/icefaces/trunk/icefaces/bridge/lib/extras/draggable_ext.js
            
             
                            MODIFY
            				/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/effects/DragDrop.java
            
             
                            MODIFY
            				/icefaces/trunk/icefaces/bridge/lib/extras/droppable_ext.js
            
             | 
| Summary | Optimize the Draggable component to increase the scalability | Optimize the Draggable component to increase scalability | 
| Environment | Hug number of draggable components on the page + IE | Large number of draggable components on the page + IE | 
| Fix Version/s | 1.7DR#3 [ 10112 ] | |
| Description | 
                                                                When there are hug number of draggable components on the page, performance decreases in IE. | 
                
                                                               When there are large number of draggable components on the page, performance decreases noticeably in IE when dynamic page updates are being applied. | 
                
| Affects Version/s | 1.6 [ 10031 ] | |
| Affects Version/s | 1.7DR#2 [ 10110 ] | 
| Status | In Progress [ 3 ] | Resolved [ 5 ] | 
| Resolution | Fixed [ 1 ] | 
| Fix Version/s | 1.7 [ 10080 ] | 
| Status | Resolved [ 5 ] | Closed [ 6 ] | 
| Assignee | Adnan Durrani [ adnan.durrani ] | 

The draggable component was registering itself whether it was used or not. The new technique register the draggable component when its dragged and de-register itself after the drag event finish. revision : 15069 (trunk)