Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid slowly with Chrome

    Hello,

    I use smartgwt 2.4 and i have a problem with google Chrome.

    Chrome (8 th & 10) 2 features a ListGrid are extremely slow:
    1. adding a record ListGrid
    2. Editing cell in the new record (change focus)
    I don't have this problem with other browsers IE 8 and Firefox 3.6

    Code:
     
    Speed Tracer logs:
    Description	JavaScript was run in an event dispatch.
    @	1618679ms
    Duration	4676.000ms
    Function Call	
    ISC_Forms.js::[unknown]() Line 762
    -------------
    Line 762:
    ,isc.A.$12u=function isc_c_FormItem__nativeFocusHandler()
    {if(!window.isc||!isc.DynamicForm)return;isc.EH.$h1("IFCS");var 
    _1;if(isc.Log.supportsOnError)
    {_1=isc.FormItem.$763(this)}else{try{_1=isc.FormItem.$763(this)}catch(e)
    {isc.Log.$am(e)}}
    do you have an idea?
    Last edited by manu99; 20 Jan 2011, 07:04.
Working...
X