Ignore:
Timestamp:
07/08/13 14:27:42 (12 years ago)
Author:
olhsha
Message:

Bug 322 (visible in Opera and 50% f times in Chrome) seems to be fixed by: splitting up BrowserService?.ITEM_LOADED event into ComponentListService?.COMPONENTS_LOADED and ProfilesListService?.PROFILES_LOADED, and running load infor page only AFTER BOTH these events have dispatched.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/services/BrowserService.as

    r2515 r3120  
    99       
    1010       
    11         [Event(name="itemsLoaded", type="flash.events.Event")]
     11        // [Event(name="itemsLoaded", type="flash.events.Event")]
    1212        public class BrowserService extends ComponentRegistryService {
    13         public static const ITEMS_LOADED:String = "itemsLoaded";
     13        // public static const ITEMS_LOADED:String = "itemsLoaded";
    1414
    1515                /**
     
    3939                 */
    4040                override protected function result(resultEvent:ResultEvent):void {
    41                         dispatchEvent(new Event(ITEMS_LOADED));
     41                        //dispatchEvent(new Event(ITEMS_LOADED));
    4242                }
    4343
Note: See TracChangeset for help on using the changeset viewer.