Hi

I'm fiddling with extjs 5 and converted a buffered store example from extjs 4 to 5.

All I did was removing the buffered config option and changing the "class" from Ext.data.Store to Ext.data.BufferedStore.

At first everything looks good, the BufferedStore sends the initial requests and shows the data, but when I scroll down at some point the BufferedStore needs to request new data the Loading... mask appears and no request is sent to the server. The loading mask never disappears


Link to the extjs 5 demo: http://ift.tt/1ipW5b6

Link to the extjs 4 demo: http://ift.tt/1iq4UMd


Not sure if I'm doing something wrong or this is a bug.

Ralph