When you visit a page with a lot of images on it, and you scroll down, the page will keep scroll up untill the images are loaded. All the current browsers do this. Of course this can be prevented by adding the width and height properties to an IMG-tag, but not all websites do this, and especially with forums you won't have any width/height properties added to it.
So what can happen now is the following; - You load a page and you scroll down 1200 pixels (so the top of the page being 1200 pixels above the viewport) - Now, an image gets loaded on the top of the page (outside the visible area). This image has an height of 400 pixels - The top of this page will still be 1200 pixels above the viewport). But, because the height of area outside the viewport has gained an extra 400 pixels (because of that image), the actual visual part will be scrolled down 400 pixels. After all, the browser just keeps that 1200-pixel position. It would be nice if a browser could detect these loading images and compensate for the extra height so that you can start reading a certain part of a forum topic without having to scroll down constantly untill all the images are loaded. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-discuss" 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/chromium-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
