Announcement

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

    Chrome double fetch request bug from a listgrid

    SmartGWT 2.4 or 2.5

    I have a simple listgrid fetching datas using RestDataSource. The process works with every tested browser (Firefox, Opera, Explorer) except Chrome, where the fetch leads to a double request : the first one is ok and retrieves the good result, like on other browser, but for a reason i do not understand, a second request is fired from the same widget (my listgrid) right after, changing my fetch result. I just have the time to see the good fetch result in my list grid, and it then dissappear to be replace by the second fetch.

    Please see screenshot with console log, where we see the double request (which never occur on all other browsers)

    Thanks for any tip solving this :)
    Attached Files

    #2
    removing the call to base class function in overridden one solved my loop request problem for the moment :

    Code:
    super.transformResponse(response, request, data);
    still, this seems to be a bug

    Comment


      #3
      Nothing you've posted so far suggests a framework bug, however, if you think you've discovered a framework bug, please prepare a minimal, standalone test case demonstrating the problem.

      Comment

      Working...
      X