1. #21
    Ext JS Premium Member
    Join Date
    Mar 2007
    Posts
    625
    Vote Rating
    0
    Dumbledore is on a distinguished road

      0  

    Default


    Is your Solution available?

  2. #22
    Ext Premium Member Jan (HL)'s Avatar
    Join Date
    Aug 2010
    Location
    Germany
    Posts
    94
    Vote Rating
    4
    Jan (HL) is on a distinguished road

      0  

  3. #23
    Ext JS Premium Member
    Join Date
    Mar 2007
    Posts
    625
    Vote Rating
    0
    Dumbledore is on a distinguished road

      0  

    Default


    thanks, i will try it...

    currently i use my own provider without buffering. While reading your code i found a little problem:

    Code:
    me.store.find('name', name), row;
    should be

    Code:
    me.store.findExact('name', name), row;
    i spent a lot of time to find a bug in my provider which overwrite a custom state id. I use following states:

    ext-dashboard-portalpanel-1057
    ext-dashboard


    When using this this kind aof states store.find give the wrong position when searching for 'ext-dashboard'...

    Bye, Dumbledore

  4. #24
    Ext Premium Member Jan (HL)'s Avatar
    Join Date
    Aug 2010
    Location
    Germany
    Posts
    94
    Vote Rating
    4
    Jan (HL) is on a distinguished road

      0  

    Default


    I will investigate this tomorrow or next week, but it seems that you have found a bug. Congrats. Issue #3 if you want to track it.