Comment #20 on issue 619 by JonEckspee: Anchor Links not always opening properly http://code.google.com/p/chromium/issues/detail?id=619
This issue is related to whether image sizes are specified or not and whether the page is already loaded. I believe it to be a Webkit issue as it is reproducible in Safari. To reliably reproduce this I have created the following two pages. In the first, the image sizes are not specified, and the browser begins rendering (and positions itself at the anchor) as if the images were 0px in size. It then loads the images, and the anchor quickly moves off the bottom of the screen. http://finalmeasure.com/chrome_issues/dynamic_image_size_anchors/index.html#label In this second one, the images have a height and width specified, and the page renders as expected, with the anchor visible. http://finalmeasure.com/chrome_issues/dynamic_image_size_anchors/index_fixed.html#lab el -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
