MarkT
08-25-2007, 06:51 AM
If you don't have a killer CPU and video card, IE can slow to a crawl when you resize the window or do animation to a layout. Ext has a 50ms buffer on the Window Resize events, but that isn't always enough when your page is very complex.
I use IE's little known, and seldom used, screen.updateInterval Property (http://msdn2.microsoft.com/en-us/library/ms534707.aspx). I've found that a setting of 60ms is low enough that the page is responsive, and high enough to keep the system from getting overloaded. :)
I use IE's little known, and seldom used, screen.updateInterval Property (http://msdn2.microsoft.com/en-us/library/ms534707.aspx). I've found that a setting of 60ms is low enough that the page is responsive, and high enough to keep the system from getting overloaded. :)