Calling listbox.clear() is very slow in IE for large list boxes when
compared to every other browser.

I have several list boxes on a page that may contain several thousand
items each.  I need to repopulate these on occasion.

It seemed simple just to call listbox.clear() and then go through my
data load logic.  This works absolutely fine in Firefox, Chrome and
Safari but performs very badly in IE.

Is this just IE being slow as usual?  Clearing a listbox seems like a
trivial task and should be fast, right?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to