Bug 3506 - bad tree spacing
Summary: bad tree spacing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://forums.orange.fr/list.php?f=114
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2005-06-13 11:18 PDT by Guillaume LEFAND
Modified: 2007-11-22 13:18 PST (History)
1 user (show)

See Also:


Attachments
view in firefox (33.88 KB, image/tiff)
2005-06-13 11:19 PDT, Guillaume LEFAND
no flags Details
view in safari (50.15 KB, image/tiff)
2005-06-13 11:20 PDT, Guillaume LEFAND
no flags Details
Reduction of the problem (672 bytes, text/html)
2005-07-09 15:42 PDT, David Storey
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guillaume LEFAND 2005-06-13 11:18:29 PDT
The tree does not render correctly
Comment 1 Guillaume LEFAND 2005-06-13 11:19:23 PDT
Created attachment 2297 [details]
view in firefox
Comment 2 Guillaume LEFAND 2005-06-13 11:20:08 PDT
Created attachment 2298 [details]
view in safari
Comment 3 Joost de Valk (AlthA) 2005-06-13 23:41:24 PDT
This probably EXACTLY mimics IE 6 behavior for tables, so should be a WONTFIX, can anyone confirm that?
Comment 4 Dave Hyatt 2005-06-14 23:18:51 PDT
This is probably our bug.  We have lots of height flexing issues in tables.
Comment 5 Joost de Valk (AlthA) 2005-06-27 10:43:19 PDT
Since Hyatt thinks it's a bug: > NEW.
Comment 6 David Storey 2005-07-09 15:42:48 PDT
Created attachment 2887 [details]
Reduction of the problem

I've reduced the page to three levels of posts.  Removing the width property of
the second td's fixes the problem in safari.  Each image has a height and width
property on the real page.  I removed these, as it still does not work without
them, but if they are included the layout renders with further gaps between
each element.  It does not effect the rendering either with or without the
height and width in gecko browsers.
Comment 7 Alexey Proskuryakov 2007-11-22 13:18:41 PST
Fixed by Beth in <http://trac.webkit.org/projects/webkit/changeset/19342> (at least, that's the only table-related patch between 19341 and 19385 nightlies).