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 :)
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 :)
Comment