RESOLVED FIXED 28661
[REGRESSION] Flickr thumbnails aren't clickable, and sometimes don't load completely
https://bugs.webkit.org/show_bug.cgi?id=28661
Summary [REGRESSION] Flickr thumbnails aren't clickable, and sometimes don't load com...
Alin S
Reported 2009-08-22 18:56:27 PDT
Created attachment 38440 [details] Flickr failure to load In flickr.com when you immediately log in you are taken to your personal homepage, in current nightlies none of the images are clickable directly unless you click the very bottom edge, this is not normal function. Some images fail to load except the bottom clickable edge alltogether. A web archive of the problem resolves the problem, although when flickr.com is viewed in real time it fails to load images sometimes as seen in the attached screenshot along with the only bottom edge clickable problem as stated above. I am not a developer but this function is not correct and has something to do with rendering / layout. This limits the usability of the browser for me severely and I am sure anyone else with this bug is impacted severely by it.
Attachments
Flickr failure to load (304.94 KB, image/png)
2009-08-22 18:56 PDT, Alin S
no flags
Reduction (1.28 KB, text/html)
2009-09-17 10:20 PDT, Simon Fraser (smfr)
no flags
Simpler reduction (639 bytes, text/html)
2009-09-17 10:36 PDT, Simon Fraser (smfr)
no flags
Alin S
Comment 1 2009-08-22 19:03:55 PDT
in addition requested by bdash in IRC I am using build #47677 I first formally noticed this about 2-3 nights ago, somewhere around build #47546 or the build before it, but no more than 5 days ago. I have 1password installed, I tried this on my fresh install on a different computer and there is no difference. still bugged.
Alin S
Comment 2 2009-08-24 20:18:32 PDT
continues to exist in r47686
Alin S
Comment 3 2009-08-29 11:47:55 PDT
still present 47880
Alin S
Comment 4 2009-08-29 11:59:39 PDT
WORKS 47388. WORKS 47409 BROKEN AS OF 47546
Mark Rowe (bdash)
Comment 5 2009-08-29 14:10:51 PDT
Alin S
Comment 6 2009-08-31 01:31:46 PDT
r47883 still present.
Alin S
Comment 7 2009-09-14 13:46:50 PDT
still here 48355
Adele Peterson
Comment 8 2009-09-14 13:48:01 PDT
More useful information would be to know exactly what revision caused this problem.
Alin S
Comment 9 2009-09-14 13:49:29 PDT
WORKS 47388. WORKS 47409 BROKEN AS OF 47546 (In reply to comment #8) > More useful information would be to know exactly what revision caused this > problem.
Adele Peterson
Comment 10 2009-09-14 13:52:23 PDT
That's a range.
Eric Seidel (no email)
Comment 11 2009-09-14 13:53:35 PDT
http://trac.webkit.org/changeset/47546 does not seem related. Maybe I'm not understanding your comment. Do you know the exact revision which regressed, or just the nightly range?
Alin S
Comment 12 2009-09-14 13:55:13 PDT
(In reply to comment #10) > That's a range. it is broken in 47546 + builds. any build below that are not affected. all builds above it are, is that eliminate the "range"?
Alin S
Comment 13 2009-09-14 13:56:13 PDT
(In reply to comment #11) > http://trac.webkit.org/changeset/47546 does not seem related. Maybe I'm not > understanding your comment. Do you know the exact revision which regressed, or > just the nightly range? i do not know exact revision, i know the nightly build number that i tested with in a sequential test of a bunch of builds and clicked "about safari" it had an r before the number
Alin S
Comment 14 2009-09-14 14:01:36 PDT
Excuse the flood of changes. I had revised it using an old title and old priority tag. i also changed it up to 10.6 since that is what i am using...
Simon Fraser (smfr)
Comment 15 2009-09-17 09:52:49 PDT
I can't reproduce this with a nightly or TOT build. I am signed in to Flickr, and thumbnails look fine everywhere.
Simon Fraser (smfr)
Comment 16 2009-09-17 10:00:22 PDT
I do see the issue where thumbnails are not clickable.
Simon Fraser (smfr)
Comment 17 2009-09-17 10:20:27 PDT
Created attachment 39702 [details] Reduction The "position: relative" on photo-container seems to be the issue.
Simon Fraser (smfr)
Comment 18 2009-09-17 10:26:27 PDT
Alin S
Comment 19 2009-09-17 10:32:17 PDT
(In reply to comment #17) > Created an attachment (id=39702) [details] > Reduction > > The "position: relative" on photo-container seems to be the issue. i think thats it, either way only the bottom edge is clickable on all of my macs, i even tried it at the apple store, guy was nice enough to let me throw webkit on a iMac there and it was busted there too on a brand new 23" imac
Simon Fraser (smfr)
Comment 20 2009-09-17 10:36:48 PDT
Created attachment 39706 [details] Simpler reduction
Dave Hyatt
Comment 21 2009-09-17 11:45:37 PDT
I suspect this is more trouble from the RenderBox for the image not being positioned yet. Although the y-position on the InlineBox is right, it's out of sync with the corresponding RenderBox. I think the fix is to start moving RenderBoxes during the horizontal and vertical placement of the InlineBox (and not put it off to a separate pass).
Alin S
Comment 22 2009-10-14 23:51:43 PDT
anyone want to verify that this seems to be working properly in r49550
Alin S
Comment 23 2009-11-01 20:26:03 PST
Anyone want to close this bug, it works for me.
Note You need to log in before you can comment on or make changes to this bug.