IE Lockup with createElement and appendChild
Posted by: Rick Strahls WebLog,
on 05 Jun 2007 |
View original | Bookmarked: 0 time(s)
I've been working on some client side AJAX code in a photoalbum application and I ran into a horrible situation today with IE. This innocuous code which is part of my library code (which in this case pops up an opaque overlay ontop of the page generically to render another window with an image ontop) would cause IE to rev up to 100% CPU utilization: <script type="text/javascript">
function TestClick(button)
{
// _wwUtils.showOpaqueOverlay(.55,1);
var sx =...