Re: Failed to load impl time

  •  11-03-2010, 8:39 AM

    Re: Failed to load impl time

    Hi,

    On one aspx page I have several Cute Editors controls.
     
    On PageLoad() those controls are filled with content coming out from database.
     
    IE is working fine  - all controls are filled very fast - no chance for user to redirect to some other page in the middle of loading
    Firefox is loading controls very slow:
    first loads meny and then is filling up HTML content.
     
    If user redirects to some other page BETWEEN menu loading and content loading following errors were displayed (depending on moment of redirection) :
     
    Failed to load menus!
    Failed to load impl time!
     
    I Tried to reproduce on your demo site but did not succeed ( on your demo Cute editor is loaded in FF as fast as in IE).
     
    I read on forum that I should enable AJAX calls for the browsers but I do not know how?
     
    Any idea how to resolve this?
     
    Thanks in advance.
View Complete Thread