Quote:
Originally Posted by bonny790
Ugh, it drives me nuts! When you first open the page it takes several seconds to "settle" in. In the mean time, it's jumping around as new things are popping in. Not popups, just parts of the page.
|
That's a feature, not a bug, as they say. The theory is that the page will load faster if you render the elements as you encounter them instead of waiting until you know the entire layout to display the page. The latter behavior means nothing is displayed until the browser has received enough data to know the page layout. In most browsers, this is configurable behavior... i.e. you can probably find a setting buried somewhere that will stop all the jumping around. I don't remember the setting, but if nothing else the Opera web browser defaults to the non-jumpy behavior.
The behavior can be ameliorated with some code changes on the server side (to actively specify element sizes instead of relying on the browser to calculate them dynamically), too, but most people don't care enough to bother.
The message composer is the worst... all that alt text instead of images makes the box drift off the right side of my browser.