Details
- 
        Type:
 Bug
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: 1.7
 - 
            Fix Version/s: 1.7.2
 - 
            Component/s: ICE-Components
 - 
            Labels:None
 - 
            Environment:All
 
Description
                    When multiple custom charts are displayed on the page randomly they will be duplicated.  For example, we have three charts, chartA, chartB, and chartC.  When the charts are updated by the renderOnSubmit attribute sometimes chartA will be displayed where chartB is and also be displayed where chartA is supposed to be shown.  In some cases chartB is show where chartB should be and where chartC is.  This occurs in a random order and is not predictable.  The src path for the rendered img tag is the same when this issue occurs.  Attached is a test case and screen shots that show the issue occurring.  This issue does not occur using 1.6.2 and is only seen in 1.7.0 jars.
            
Activity
- All
 - Comments
 - History
 - Activity
 - Remote Attachments
 - Subversion
 
Shows the charts displayed in the proper order with different src paths
            Show
            
                        
    
    
    
                
    
 Arran McCullough
 added a comment  -                     Shows the charts displayed in the proper order with different src paths              
        
    
Here is what the Java API doc has to say about currentTimeMillis():
Note that while the unit of time of the return value is a millisecond, the granularity of the value depends on the underlying operating system and may be larger. For example, many operating systems measure time in units of tens of milliseconds.