Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha User
    Join Date
    Jul 2009
    Posts
    2
    Vote Rating
    0
    Francisco Spaeth is on a distinguished road

      0  

    Default [FIXED] MemoryProxy-Store Bug or Expected Behavior?

    [FIXED] MemoryProxy-Store Bug or Expected Behavior?


    When I combine MemoryProxy and ListStore, the first time it behave like expected, but when loaded twice or more, the all.clear();(@ Store.class, line 447), clears the list used as data repository in the MemoryProxy because it was assigned to the local field all (@ Store.class, line 478) in the store in the first time.

    It works fine with RpcProxy because the object provided is always other instance, but with MemoryProxy it is not true.

    []
    Francisco Spaeth

    GXT: 2.0

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Please read the bugforum guidelines and post a testcase that demonstrates an issue. Also please dont duplicate posts.

  3. #3
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    I was able to reproduce it. We are looking into it.

  4. #4
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Fixed in SVN.