[Webkit-unassigned] [Bug 13882] Arch Linux Logo Layered Incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 28 15:19:02 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13882





------- Comment #8 from hyatt at apple.com  2007-05-28 15:19 PDT -------
Firefox 3 now uses a pref widths system like we do, and as you can see, they
fail the non-dynamic test the same way.  The dynamic test still passes in
Firefox 3, however, which I can attribute to the fact that they clean up the
leftover anonymous block (but we do not).

There are two bugs here really:
(1) We should have cleaned up the anonymous block (which would fix the dynamic
case but not the non-dynamic case).
(2) We computed the wrong block pref width.

In order to get block pref widths right, we can't naively use a non-floating
child's pref widths.  We have to actually drill into the child to get better
results.

I think (1) will be easier, but (2) would of course be more far-reaching and
fix some other bugs we have on file in Radar.


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



More information about the webkit-unassigned mailing list