Bug 17555 - REGRESSION (r27351): Thumbnails positioned wrong on Getty Images results page
Summary: REGRESSION (r27351): Thumbnails positioned wrong on Getty Images results page
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Major
Assignee: mitz
URL: http://www.gettyimages.com/Search/Sea...
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2008-02-26 07:53 PST by mitz
Modified: 2008-02-26 11:02 PST (History)
0 users

See Also:


Attachments
Reduction (352 bytes, text/html)
2008-02-26 09:22 PST, mitz
no flags Details
Disallow table cells as relayout boundaries because their height can change (9.37 KB, patch)
2008-02-26 10:43 PST, mitz
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2008-02-26 07:53:19 PST
Some of the thumbnails at the URL are positioned too low, showing behind their captions. This seems to happen to images that load (and get their final size) after the page is already laid out, so to reproduce you may need a slowish network and a clear cache.

I could not reproduce the problem in Safari 3.0.4.
Comment 1 mitz 2008-02-26 09:11:58 PST
Works: r27337  Fails: r27373
Probably <http://trac.webkit.org/projects/webkit/changeset/27351>
Comment 2 mitz 2008-02-26 09:22:38 PST
Created attachment 19381 [details]
Reduction
Comment 3 mitz 2008-02-26 10:38:43 PST
<rdar://problem/5766016>
Comment 4 mitz 2008-02-26 10:43:40 PST
Created attachment 19382 [details]
Disallow table cells as relayout boundaries because their height can change
Comment 5 Darin Adler 2008-02-26 10:47:56 PST
Comment on attachment 19382 [details]
Disallow table cells as relayout boundaries because their height can change

I think the comment from the change log should be in the code instead.

r=me
Comment 6 mitz 2008-02-26 11:02:23 PST
Fixed in <http://trac.webkit.org/projects/webkit/changeset/30595>.