tb skrev: > I have a search suggest currently working. Users type in a company > name and the results as they type are returned to a div tag that has a > auto scroll enabled. This works fine for IE 6, FF 1.5 but not all the > time in IE 7. If you type slow (a letter every second) it works. But > if you type in fast (two letters every second) it shows nothing. I've > checked with Fiddler and the request are being made but the response is > not showing up.
I had a similar problem, a select box that updated a list onchange. Scroll too fast in the selectbox and the browser crashes... I guess it is because the request queueing in the browser gets overloaded and breaks down. My suggestion is to wait for the request to finish before sending the next. The suggestlist might not update on every keystroke - but thats probably better than not working at all :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ -~----------~----~----~----~------~----~------~--~---
