[Webkit-unassigned] [Bug 28661] [REGRESSION] Flickr thumbnails aren't clickable, and sometimes don't load completely

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 17 11:45:38 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28661





--- Comment #21 from Dave Hyatt <hyatt at apple.com>  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).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list