Bug 8606

Summary: Text overflowing outer table
Product: WebKit Reporter: Matt Gough <matt>
Component: TablesAssignee: Nobody <webkit-unassigned>
Status: REOPENED    
Severity: Normal CC: ap, bfulgham, ian, karlcow, mitz, webkit-bug-importer
Priority: P2 Keywords: HasReduction, InRadar
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.kausal.com/leonardo/childhood.html
Attachments:
Description Flags
The result in WebKit
none
The result in Firefox
none
Reduced test case
none
Reduction of DaVinci page, showing a rowspan bug
none
rendering in safari, firefox, chrome none

Matt Gough
Reported 2006-04-26 09:05:53 PDT
The main text of the web page (in a sub-table) flows outside of the enclosing table. Firefox and Opera have no trouble displaying this OK. (Seems to be related to whether or not the add down the right hand side gets loaded) This is with 418 and 420+
Attachments
The result in WebKit (60.44 KB, image/jpeg)
2006-04-26 09:06 PDT, Matt Gough
no flags
The result in Firefox (64.02 KB, image/jpeg)
2006-04-26 09:08 PDT, Matt Gough
no flags
Reduced test case (429 bytes, text/html)
2006-04-27 14:02 PDT, mitz
no flags
Reduction of DaVinci page, showing a rowspan bug (395 bytes, text/html)
2006-06-18 06:08 PDT, Patrick Geiller
no flags
rendering in safari, firefox, chrome (1.04 MB, image/png)
2025-01-23 22:35 PST, Karl Dubost
no flags
Matt Gough
Comment 1 2006-04-26 09:06:45 PDT
Created attachment 7979 [details] The result in WebKit
Matt Gough
Comment 2 2006-04-26 09:08:09 PDT
Created attachment 7980 [details] The result in Firefox
Alexey Proskuryakov
Comment 3 2006-04-26 12:37:05 PDT
> (Seems to be related to whether or not the add down the right hand side gets > loaded) The ad not being displayed may be a separate issue - a local copy of this page (with all links broken) is still rendered OK in Firefox, but not in Safari.
mitz
Comment 4 2006-04-27 14:02:11 PDT
Created attachment 8008 [details] Reduced test case I'm not sure that this encompasses the entire problem, but Firefox renders this significantly differently. Notice that the middle cell on the first row has a rowspan of 2, then the first cell on the second row has a colspan of 3. I don't know what the specified behavior is for this case.
mitz
Comment 5 2006-06-16 02:14:57 PDT
The URL renders correctly in TOT, probably as a result of fixing bug 3297.
Alexey Proskuryakov
Comment 6 2006-06-16 03:28:35 PDT
I can still reproduce this problem with the latest nightly, r14879. Please note that when the ad at the right does load, you may need to increase the font size for the text to overflow. The reduced test case also renders differently than in Firefox - am I missing something?
mitz
Comment 7 2006-06-16 04:18:12 PDT
My bad. Thanks, Alexey!
Patrick Geiller
Comment 8 2006-06-18 06:08:36 PDT
Created attachment 8899 [details] Reduction of DaVinci page, showing a rowspan bug The original page's markup is bad : a cell has a rowspan=2, but there's no row left to span : top & bottom rows have a single cell with a colspan=3. On the reduction, Safari and Firefox both visually overwrite text, but Firefox enlarges the table's height to match the bad cell's, where Safari doesn't. Thus the DaVinci page looks good on Firefox, but if there was text in the last cell, it would be overwritten even on Firefox.
Brent Fulgham
Comment 9 2022-07-06 13:53:02 PDT
Safari does not match Chrome or Firefox in the reduced test case.
Radar WebKit Bug Importer
Comment 10 2022-07-06 13:53:18 PDT
Karl Dubost
Comment 11 2025-01-23 22:35:05 PST
Created attachment 473997 [details] rendering in safari, firefox, chrome This would benefit of a WPT test case. Safari Technology Preview 18.2 20621.1.9.111.1 Firefox Nightly 136.0a1 13625.1.23 Google Chrome Canary 134.0.6975.0 6975.0
Karl Dubost
Comment 12 2025-01-23 22:37:28 PST
The website is not accessible anymore. but the web archive is and still exhibits a different rendering. https://web.archive.org/web/20060207033449/http://www.kausal.com/leonardo/childhood.html
Note You need to log in before you can comment on or make changes to this bug.