lisson01
22 Jul 2008, 2:50 AM
On my webapplication i have a grid. A click on the grid, does an ajax call (with Ext.updater) to fill a div somewhere on the page. The result of the ajax call is processed (scripts=true) and contains Ext code for forms, grid or whatever is necessary. In FF if i click between records in the grid really quickly, its not really a problem. Everything keeps working. If you quickly click through the items in IE, it will produce an unknonw JS error. It looks like it is working through the JS of response 1, and it needs to stop if i do a new response, but it seems to continue. Can this problem be solved?
(I've already tried to use the ajax queues and base extensions found on this forum, but these only provide queuing for the actual ajax call, not for the processing of the Ext JS contained herein)
(I've already tried to use the ajax queues and base extensions found on this forum, but these only provide queuing for the actual ajax call, not for the processing of the Ext JS contained herein)